html {
scrollbar-face-color: #000000;
scrollbar-highlight-color: #000000;
scrollbar-darkshadow-color: #000000;
scrollbar-track-color: #000000;
scrollbar-arrow-color: #49e807;
scrollbar-shadow-color: #49e807;
}

body {
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 12px;
	text-align: left;

}
.titulo {
	font-size: 30px;
	color: #a1e507;
}
a:hover {
	color: #a1e507;
	text-decoration: none;
}
a, a:visited {
	color: #a1e507;
	text-decoration: none;
}
input, select, textarea {
	background-color: #41CA0A;
	font:10px Verdana, Geneva, sans-serif bold;
	color:#FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
}
