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


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



h1 { 
font-size: 200%;
background: #e5ecf9;
}

h2 { 
	font-size: 142%;
background: #e5ecf9;
}

h3 {
background: #e5ecf9;
	font-size: 121%;
}



a:link { 
	text-decoration: none; 
} 

a:visited { 
	text-decoration: none; 
} 

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


a img { 
	border-width: 0; 
} 





