body {
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	scrollbar-3dlight-color:#CCCCCC;
	scrollbar-arrow-color: #CCCCCC;
	scrollbar-base-color: #000000;
	background-color: #000000;
}

.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 78%;
	color: #FFFFFF;
	
}

.texto_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #FFFFFF;
	
}

a:link {
	text-decoration: none;
	color: #CCCCCC;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
	font-weight: bold;
}

.box {font-family: Arial, Helvetica, sans-serif;
		font-size: 80%;
		background:#FFFFFF;
		border:1px solid #CCCCCC;
		height:auto;
		font-weight:bold;
		color:#333333;}
		
.boton {font-family: Arial, Helvetica, sans-serif;
		font-size: 80%;
		color:#333333;
		font-weight:bold;
		background:#FF9900;
		border:0px;
		width:55px;
		height:18px;}