/* CSS Document */
body {
	background-color: #000000;
	margin-top: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color:#FFFFFF;
}
a{
	color: #FFFFFF;
	text-decoration: none;
	background: url(../images/linea1.gif) bottom left repeat-x;
}
a:hover {
	text-decoration: none;
	color: #FF9900;
	background: url(../images/linea1.gif) bottom left repeat-x;
}





