body{
	background: black;
	color: white;
	font-family: Tahoma;
}

:link{
	color: white;
}

:visited{
	color: gray;
}

a:active{
	color: white;
}

a:hover{
	color: gray;
}

botones{
	width: 1;
	height: 30;
	background: white;
}