/********* HTML Objects **********/


body {
	
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	position: relative;
	background-color: #aaccff;
}



h1 { font-size: 2.1em; }

h2 { 
	font-size: 1.4em; 
}

h3 {

	font-size: 1.4em;
}

p {
	margin-top: 1.4em;
	margin-bottom: 1.4em;
}


a:link { 
	text-decoration: none; 
} 

a:visited { 
	text-decoration: none; 
} 

a:hover { 
	color: #cc0033; 
	text-decoration: none;
} 


a img { 
	border-width: 0; 
} 





