BODY {
	font-family : Arial, Helvetica, sans-serif;
}


a:link {
	text-decoration: none;
	color: #4269aD;

}
a:visited {
	text-decoration: none;
	color: #002266;
	
}
a:active {
	text-decoration: none;
	color: #ff0000;
	
}
a:hover {
	text-decoration: none;
	color: #ff0000;
	
}


H1 {
	font-size : larger;
	font-weight : normal;
}
 
LI {
	list-style : square outside;
}
