@charset "UTF-8";

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

img {
	float: right;
	align: right; 
	}
	
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: normal;
	color: #669933;
	text-align: left;
}

#menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #669933;
	text-align: left;
}

#menu a {
	color: #3399cc;
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
}

#main_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666;
	text-align: left;
	}
	
#sub_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-align: left;
	}
	
#sub_text a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3399cc;
	text-decoration: underline;
	}		
	
#sub_text a:hover {
	text-decoration: none;
	}		