
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
	background-color: #EBEBEB;
	margin-left: 50px;
}

p, a, li, td {
	font-size: 12px;
	font-weight: 500;
	color: #000000;
	line-height: 24px;
}

td {
	font-size: 12px;
	font-weight: 400;
	color: #003300;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 800;
	}
	
h1 {
	font-size: 36px;
	color: #000099;
	margin-top: 30px;
	}


h2 {
	font-size: 22px;
	color: #000099;

}

h3 {
	font-size: 16px;
	color: #000099;

}

h4 {
	font-size: 12px;
	color: #000099;

}

h5 {
	font-size: 14px;
	color: #000066;
}


h6 {
	font-size: 10px;
	color: #000099;
	font-style: normal;
}



a:link {
	font-size: 12px;
	color: #000099;
	text-decoration: none;
}

a:visited {
	font-size: 12px;
	color: #000000;
		text-decoration: none;
}

a:hover {
	font-size: 12px;
	color: #33CC33;
		text-decoration: underline;
}

a:active {
	font-size: 12px;
	color: #000033;
		text-decoration: none;
}





