A:link     { color:#DDDDDD; text-decoration:none; }
A:active   { color:#DDDDDD; text-decoration:none; }
A:visited  { color:#BBBBBB; text-decoration:none; }
A:hover    { color:#0099FF; text-decoration:none; }

H1   { font-family: "Century Gothic"; text-decoration:underline; FONT-SIZE: 20px; height:2; filter:DropShadow(Color=#990000, OffX=1, OffY=1, Positive=1); color:#FF0000; }
H2   { font-family: "Century Gothic"; text-decoration:underline; FONT-SIZE: 16px; height:2; filter:DropShadow(Color=#000099, OffX=1, OffY=1, Positive=1); color:#0066FF; }
H3   { font-family: "Century Gothic"; text-decoration:underline; FONT-SIZE: 12px; height:1; filter:DropShadow(Color=#999999, OffX=1, OffY=1, Positive=1); color:#FFFFFF; }

DIV 
	{
	border: 1px solid #333666;
	padding: 15px;
	FILTER: alpha(opacity=80);
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	color: #FF0000;
	background-color: #000000;
	}
P 
	{
	border: 1px solid #333666;
	padding: 15px;
	FILTER: alpha(opacity=80);
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	color: #DDDDDD;
	background-color: #000000;
	}
SPAN
	{
	color: #DDDDDD; 
	font-family: "Century Gothic"; 
	text-decoration:underline;
	text-transform: UPPERCASE;
	font-size: 12px; 
	font-weight: bold;
	}
IMG { 
	border: 0px none #FF0000;
	}
HR {
	border: 1px solid #FF0000; 
	vertical-align: middle;
	}
TABLE	
	{
	border: 1px solid #0066FF; 
	background-color: #000000;
	empty-cells: no-borders;
	font-family: "Trebuchet MS";
	font-size: 11px; 
	}
TD  {
	border: 1px solid #000000; 
	color: #FFFFFF; 
	background-color: #000033;
	empty-cells: no-borders;
	}
FORM 
	{
	border: 0px none #000000;
	font-family: "Trebuchet MS";
	font-size: 11px
	}
INPUT 
	{
	border: 1px solid #0066FF;
	color: #FFFFFF; 
	background-color: #333666;
	font-size: 11px;
	font-weight: bold;
	font-family: "Trebuchet MS";
	}
SELECT 
	{
	border: 1px solid #0066FF;
	color: #0066FF; 
	background-color: #333666;
	font-size: 11px;
	font-weight: bold;
	font-family: "Trebuchet MS";
	}
OPTION
	{
	border: 1px solid #0066FF;
	color: #0066FF; 
	background-color: #333666;
	font-size: 11px;
	font-weight: bold;
	font-family: "Trebuchet MS";;
	}
TEXTAREA 
	{
	border: 1px solid #0066FF;
	color: #FFFFFF; 
	background-color: #333666;
	font-size: 11px;
	font-family: "Trebuchet MS";
	}
BODY{
	padding: 5px;
	color: #FFFFFF; 
	background-color:#000000;
 	font-family: "Century Gothic"; 
	font-size: 11px; 
	font-weight: bold;
	text-decoration: none; 
	cursor: url(src/cursor.ani);
   	background-attachment:fixed;
	background-image:url(/src/fondo.gif);
	border-style: none;
	list-style-position: inside;
 	scrollbar-arrow-color:#FF0000;
	scrollbar-face-color:#0000FF;
	scrollbar-track-color:#333333;
	scrollbar-shadow-color:#000099;
	scrollbar-3dlight-color:#000099;
	scrollbar-highlight-color:#0066FF;
	scrollbar-darkshadow-color:#000000;
}