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

body {
	background-color: #000000;
	color: #ffffaa;
	font-size: 1em;
	font-family: Verdana, Geneva, sans-serif;
}

a:link {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	color: #ffff99;
	background-color: inherit; 
}

a:visited {
	font-family:  Verdana, Geneva, sans-serif;
	color: #ffd;
	background-color: inherit ;
	text-decoration: underline; 
}
a:hover {
	font-family: "Comic Sans MS", cursive ;
	color: #000000 ; 
	background-color: #ffd ;  
	font-size: large;
}

a:active {
	font-family: "Comic Sans MS", cursive ;
	font-weight: bold;
	text-decoration: none; 
	color: #ff0000 ;
	background-color: #ffd ; 
}
