@charset "utf-8";
/* CSS Document */

a:link {  color: #009900 ; text-decoration: underline; }
a:visited {  color: #004000 ; text-decoration: underline; }
a:active {  color: #009900 ; text-decoration: underline;}
a:hover {  text-decoration: underline; color: #009900; }

.content
{
	background:url(pic/globe.gif);
	background-color: #CEEACE;
	
}
p, body
{
color:#005000 !important;
}
