/* CSS Document */

a {
	font-family: Georgia, "Times New Roman", Times, serif; 
	color: #EBE738; 
	font-size: 12px; 
	font-weight:bold; 
	}
	
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif; 
	color: #EBE738; 
	font-size: 12px; 
	font-weight:bold; 
	text-decoration:none; 
	}
	
.cont {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin-right:60px;
	text-align:justify;
}