body {
	font-family: Arial;
	font-size: 12px;
	color: black;
	margin: 0;
	background: White;
}

h1 {
	font-family: Arial;
	font-size: 24px;
	color: #0e1930;
}

h2 {
	font-family: Arial;
	font-size: 16px;
	color: Blue;
	font-weight: #0e1930;
}

h3 {
	font-family: Arial;
	font-size: 14px;
	color: Black;
	font-weight: #0e1930;
}

h4 {
	font-family: Arial;
	font-size: 14px;
	color: #0e1930;
	font-weight: normal;
}




a:visited {
	color: #415c99;
	text-decoration:none;
	
}

a:link {
	color: #415c99;
	text-decoration:none;
	
}

a:hover {
	color: #0e1930;
	text-decoration:none;
	
}



table {
	font-size: 12px;
}













