body {
	font-family: Arial;
	font-size: 12px;
	color: black;
	margin: 0;
	background: White;
}

h1 {
	font-family: Arial;
	font-size: 24px;
	color: Blue;
}

h2 {
	font-family: Arial;
	font-size: 16px;
	color: Blue;
	font-weight: bold;
}

h3 {
	font-family: Arial;
	font-size: 14px;
	color: Black;
	font-weight: bold;
}

h4 {
	font-family: Arial;
	font-size: 14px;
	color: Blue;
	font-weight: normal
}




a:visited {
	color: Blue;
	
}

a:link {
	color: Blue;
	
}

a:hover {
	color: White;
	background: blue;
	
}



table {
	font-size: 12px;
}












