@charset "utf-8";
/* CSS Document */

body
{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	margin:0px;
	
	background-color:#000000;
}

#principal
{
	width:800px;
	height:1010px;
}

a:link
{
	color:#FFFFFF;
	text-decoration:none;
}

a:visited
{
	color:#FFFFFF;
	text-decoration:none;
}

a:hover
{
	color:#FFFFFF;
	text-decoration:underline;
}