html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 font-family:Arial, Helvetica, sans-serif;
/* background-image: url('../images/main.jpg');
 background-repeat:repeat-x; */
 background-color:#FFFFFF;
} 

p {
font-size:12px;
}

a.news:link {
	text-decoration: underline;
	color:#000000;
}
a.news:visited {
	text-decoration: underline;
	color:#000000;
}
a.news:hover {
	text-decoration: underline;
		color:#000000;
}
a.news:active {
	text-decoration: underline;
		color:#000000;
}

