* {
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	text-decoration: none;
	list-style: none;
}
BODY {
	background:url(../img/fundo.jpg) top left repeat-x;
	background-color:#000;
}
a:link, a:active, a:visited {
	text-decoration: none;
	color: #837E19;
}
a:hover{
	text-decoration: underline;
	color: green;
	text-decoration:none;
}
INPUT, TEXTAREA, SELECT, OPTION { 
	color:#333333;
	background-color:#FFFFFF;
	font-size:13px;
}

