body, html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background: url(/i/bbb.gif);
}
html, td, div, p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.news p{
	color: #fff;
	font-size: 11px;
	margin: 10px 10px 0px 0px;
}
hr{
	height: 1px;
	margin: 10px 0px 0px;
	color: #fff;
}
.nav, .nav  a{
	font-size: 11px;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}
#nav{
/*	border: 1px solid #97c139; */
/*	background: #f1f1f1;*/
	padding: 3px 3px 3px 7px;
	margin: 2px 0px;
/*	width: 200px; */
}
#nav a{
	color: #fff;
	font-weight: normal;
}

td{
	font-size: 11px;
	color: #000;
}
.menu a{
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}
a{
	text-decoration: none;
	color: #000;
    }
a:hover{
	text-decoration: underline;
}
p{
	margin: 10px;
	text-align: justify;
}
h1{
	font-size: 18px;
	font-weight: lighter;
	padding: 0px;
	margin: 10px;
	color: #97c139;
}
h2{
	font-size: 16px;
	color: #c00;
	font-weight: bold;
}
li{
	list-style-type: square;
}

