body{font-family: Arial, "Book Antiqua", Sans-serif; 
background-image: none; 
background-repeat: no-repeat; 
margin-left: 20px; 
margin-right: 20px; 
margin-top: 20px; 
margin-bottom: 20px;}
HR{
	size:3;
	color: blue;
}
H1, H2, H3, H4, H5, H6 {
	font-family: sans-serif;
	color: #12658D;
}
LI {
	font : sans-serif;
	list-style : circle;
}

P, TABLE {
	color: Black;
	font-family : sans-serif;
	
}
A:link {
	color: #12658D;
}
A:active {
	color: Red;
}
A:visited {
	color: Purple;
}
.button {
	background-color : Navy;
	color : Yellow;
	font-family: sans-serif;
	font-weight : bold;
}