/* Cascading Stylesheets template for general documents */

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

:link { 
	color: #00AA00; 
}

:active {
	color: #00ff00;
}

:visited {
	color: #005500;
}


.title {
	color: #006600;
	font-family: sans-serif;
	text-align: left;
	border-style: solid;
	border-color: #00AA00;
	border-top-width: 8px;
	border-right-width: 2px;
	margin-top: 30px;
}

.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: #BCBCDC;
	border-left-width: 8px;
	border-bottom-width: 1px;
	border-top-width: 0px;
	border-right-width: 0px;
}


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

hr {
	color: #00AA00;
	border-top: solid;
}
