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

body {
	background-color:#000000;
	}
	
#pink
	{
	color:#FF0066;	
	font-size:5;
	font-family:Verdana;
	font-weight: none;
	text-decoration: none;
}

a.menu:link {
	color:#1a18d5;
	font-size:16pt;
	font-family:Verdana;
	font-weight: bold;
	text-decoration: none;
	}
a.menu:visited {
	color:#1a18d5;
	font-size:16pt;
	font-family:Verdana;
	font-weight: bold;
	text-decoration: none;
	}	
a.menu:hover {
	color:#E9438D;
	font-size:16pt;
	font-family:Verdana;
	font-weight: bold;
	text-decoration: none;
	}
