@charset "utf-8";
/* CSS Document */

body {
	background-color:#000000;
	}
	
#tab {margin-top:8%;}

.texto1 {
	font-family:Verdana, Arial, Helvetica, sans-serif; color:#993300;
	font-size:10px;
	}
	
a:link {color:#FFFFFF; text-decoration:none;}
a:active {color:#FFFFFF; text-decoration:none;}
a:visited {color:#FFFFFF; text-decoration:none;} /*#00CCFF*/
a:hover  {color:#CCCCCC; text-decoration:none;}
