body {
	background-color: #6ea55b;
}

.links {
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	color: #d6fec8;
}

.robots {  
	font-family: Verdana; 
	font-size: 8px;
	font-weight: bold;
	color: #6ea55b;
}

.newstext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #ffffff;
}

.newstitre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #ffff00;
}

.copy{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #ffffff;
	}

a:link {
	color: #d6fec8;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #d6fec8;
}
a:hover {
	text-decoration: none;
	color: #FFFF00;
}
a:active {
	text-decoration: none;
	color: #FFFF00;
}

