body{
	font-family:Arial;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	background : White;
	margin-left: 5%;
	margin-right: 5%;
	font : normal Arial;
} 

A:LINK {
	color : Blue;
}
A:ACTIVE {
	color : Red;
}
A:HOVER {
	color : Red;
}
A:VISITED {
	color : #0000CC;
}
H1, H2, H3, H4, H5, H6 {
	font : normal;
	color : #003399;
	font-style : oblique;
}
