body{
scrollbar-face-color: blue;
scrollbar-shadow-color: black;
scrollbar-highlight-color: blue;
scrollbar-3dlight-color: yellow;
scrollbar-darkshadow-color: ;
scrollbar-track-color: green;
scrollbar-arrow-color: Red;
background-color: #CCCCCC;
}
.Estilo1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #008000;
	font-size: medium;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	cursor: hand;
	page-break-before: auto;
	page-break-after: auto;
}
.Estilo2 {
	color: #DDDDDD;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
}
.Estilo3 {color: #008000}
.Estilo4 {font-size: 12px}
 
a:link { font-weight: bold; color: #3399FF; text-decoration: underline}
a:visited { font-weight: bold; color: #9900FF; text-decoration: underline}
a:hover { font-weight: bold; color: #FF9966; text-decoration: underline}
a:active { font-weight: bold; color: #FF3300; text-decoration: underline}

ul.marquee {
	/* required styles */
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	position: relative;
	overflow: hidden;

	/* optional styles for appearance */
	width: 688px;
	height: 22px; /* height should be included to reserve visual space for the marquee */

	background-color: #fff;
	border: 1px solid #000;
}

ul.marquee li {
	/* required styles */
	position: absolute;
	top: -999em;
	left: 0;
	display: block;
	white-space: nowrap; /* keep all text on a single line */

	/* optional styles for appearance */
	font: 12px Verdana, Helvetica, sans-serif;
	padding: 3px 5px;
}

ul.marquee span { font-weight: bold !important; }

