/* Cascading Stylesheets template for general documents */

BODY {
	color: #000000;
	background-color: #ffffcc;
	font-family: sans-serif;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 5%;
	margin-right: 5%;
}

:link { 
	text-decoration: none;
	color: #3366FF; 
}

:active {
	text-decoration: none;
	color: #660000;
}

:visited {
	text-decoration: none;
	color: #1144aa;
}

.title {
	color: #004440;
	font-family: sans-serif;
	text-align: center;
	border-style: solid;
	border-color: #433343;
	border-top-width: 2px;
	border-bottom-width: 6px;
	border-right-width: 2px;
	margin-top: 10px;
}

.inv {
	color: #FFFFFF;
	background-color: #CCCC99;
	padding-top: 0px; 
}

.header {
	font-family: sans-serif;
	text-align: left;
	padding-top: 0px;
	padding-left: 10px;
	border-style: solid;
	border-color: #DCCCDC;
	border-left-width: 8px;
	border-bottom-width: 2px;
	border-top-width: 0px;
	border-right-width: 0px;
}

.subheader {
	font-family: sans-serif;
	text-align: left;
	padding-top: 10px;
}

HR {
	color: #336600;
	border-top: solid;
}
