a:link {
	color: Blue;
}

a:link:hover {
	background: ;
}

a:visited {
	color: Purple;
}

a:visited:hover {
	background: ;
}

a:active {
	color: Blue;
}

#body {
	
}

#page {
	width: 500px;
	background: #FFFFFF;
	margin-left: 12px
}
#page td {
	font-family: times new roman, serif;
	font-size: 14pt;
}

#page H1 {
	font-family: times new roman, serif;
	font-size: 14pt;
	color: #00007F;
}

#page H2 {
	font-family: times new roman, serif;
	font-size: 14pt;
	color: #00007F;
}


#table td {
	font-family: times new roman, serif;
	font-size: 14pt;
}