
/* HTML Rules
------------------*/
body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
	background-color: #EEE;
	text-align: center;
	}
	
a:link,
a:active {
	color: #354E71;
	text-decoration: none;
	}
	
a:visited {
	color: #354E71;
	text-decoration: none;
	}

a:hover {
	color:#841F27;
	text-decoration: underline;
}

h1 {
    color: red;
}