body, BODY {
	background-color: #000000;
	font-family: Arial;
	font-size: 10px;
	color: #00A529;
	font-weight: bolder;
	/* background-image: url(images/bg_body.jpg); */

}

	a:link {
	text-decoration: none;
	color: 006600;
	font-family: Arial;
	font-weight: bolder;
	font-size: 11px;

}
	a:visited {
	text-decoration: none;
	color: 006600;
	font-family: Arial;
	font-weight: bolder;
	font-size: 11px;

}
	a:active {
	text-decoration: none;
	color: #006600;
	font-family: Arial;
	font-weight: bolder;
	font-size: 11px;

}
	a:hover {
	color: #00cc33;
	font-family: Arial;
	font-weight: bolder;
	text-decoration: none;
	font-size: 11px;



}
