
body { 
background: #C8143C;
margin-left: 5%; 
margin-right: 5%; 
font-family: Times New Roman, serif; 
color: #FFCC66;
 }

h1 { font-family: Times New Roman, serif; font-size: 300%; } 

h2 { font-family: Times New Roman, serif, font-size: 250%; }

h3 { font-family: Times New Roman, serif, font-size: 200%; }

h4 { font-family: Times New Roman, serif, font-size: 150%; }

h5 { font-family: Times New Roman, serif, font-size: 75%; }
}


a:link {
	color: #000000;
}
a:hover {
	font-style: italic;
	color: #CC0033;
}
a:visited {

	color: #FF0099;
}


