body 
	{
    font-family: asap, georgia, times, serif;
	color: #274497; 
	text-align: center; 
	}

p
	{
	font-family: asap, georgia, times, serif;
	font-weight: normal;
	font-size: 16px;
	text-decoration: none;
	color: #274497; 
	text-align: center; 
	}		

a
	{
	text-decoration: underline;
	color: #000;
	}
	
a:hover
	{
	color: #b41518;
	}		
	
img
	{
	border: 0; 
	} 
	
h1
	{
	font-family: georgia, times, serif;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
	color: #274497; 
	text-align: center; 
	}		
	
ul 
	{
	font-family: asap, georgia, times, serif;
	font-weight: normal;
	font-size: 16px;
	text-decoration: none;
	color: #274497; 
	}

li
	{
	list-style-type: none; 
	line-height: 25px;
	font-family: asap, georgia, times, serif;
	font-weight: normal;
	font-size: 16px;
	text-decoration: none;
	color: #274497; 
	}	
	
/*---------- page elements ----------*/ 		

#wrapper
	{
	width: 800px; 
    margin: auto;
	}
	
#content
	{
	width: 800px; 
	text-align: center; 
	}	
	    
	
	
