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

body
{
	background:#000;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

html
{
	scrollbar-face-color:#000;
	scrollbar-base-color:#000;
	scrollbar-track-color:#000;
	scrollbar-highlight-color:#FFF;
	scrollbar-3d-light-color:#000;
	scrollbar-dark-shadow-color:#000;
	scrollbar-shadow-color:#FFF;
	scrollbar-arrow-color:#FFF;
}

.link
{
	color:#FFF;
	text-decoration:none;
	cursor:pointer;
}
.link:hover
{
	text-decoration:underline;
}

.estelasdiscoidales
{
	color:#F00;
}.estelasdiscoidales:hover
{
	color:#FFF;
}