BODY{
	scrollbar-face-color:#222222;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color:#6C6C6C;
	scrollbar-shadow-color:'#AAAAAA';
	scrollbar-highlight-color:'#FFFFFF';
	scrollbar-3dlight-color:'';
	scrollbar-darkshadow-Color:'';
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: small;
	background-color: #620000;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-style: italic;
	font-weight:bold;
	background-attachment: fixed;
}
a {
	font-weight: bold;
}

.bordes {
	border-top-style: dotted;
	border-right-style: dotted;
	border-color: #5D5D5D;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-width: thick;
	border-right-width: medium;
	border-bottom-width: thick;
	border-left-width: medium;
	}
.fondo {
	background-color: #CCCCCC;
	border: ridge;
}

a:link{text-decoration: underline;color:#CCCCCC;}
a:visited{text-decoration: underline;color:#999999;}
a:hover{text-decoration:none;color:#777777;}
a:active{text-decoration:underline;color:#999999;}
