body {
	background-color:  #CCCCCC;
}



h1 {
	
        font-family:  verdana, arial, sans-serif;
        font-size: 14 px;
        font-style: bold;
        color: #3B6464;
	
}

h2 {
	
        font-family:  verdana, arial, sans-serif;
        font-size: 12 px;
        font-style: bold;
        color: #3B6464;
	
}


a:link {
	
        
        color:  #FFFFFF;
        font-weight:bold;
	text-decoration:none;
}
a:visited {
	color:  #FFFFFF;
	text-decoration:none;
}

a:hover {
	
	color:  #d3450c;
        text-decoration:none;
}


a:active {
	
	color:  #111111;
        text-decoration:none;
}

