/* CSS Document */

body,td,th {
	font-size: 11px;
	color: #003300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	background-image: url(../images/bg.jpg);
	background-color: #009966;
}
a {
	font-size: 12px;
	color: #006600;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #006600;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
a:active {
	text-decoration: none;
	color: #FFFF00;
}
#news {
	overflow: auto;
	width: 95%;
	height: 500px;
	text-align: justify;
	font-size: 11px;
	padding: 2;

}
