body { 
font-size: 14px; 
font-family: Arial;
}

h2 { 
text-align: center; 
}

div.header {
font-family: Arial; 
font-size: 16px; 
left: 6px;
font-weight: bold; 
color: black;
margin-left: 12px;
padding-left: 12px;
}

ul { 

margin: 20px; 

} 
a:link {
	color: darkblue;
	text-decoration: none;
}

a:visited {
	color: darkblue;
	text-decoration: none;
}

a:hover {
	color: blue;
	text-decoration: underline;
}
