/* - - - - Gamesound CSS - - - - */

/* - - - - Generic Style - - - - */

A:link		{color: green;}
A:visited	{color: #66CC33;}
A:active 	{color: red;}
A:hover 	{color: red; text-decoration: underline;}

BODY 	{
	background-color: white;
	font-family: Verdana, Helvetica, Tahoma, Sans-serif;
	color: black;
	font-size: 80%;
    	}

TABLE	{
	background-color: white;
	}


/* - - - - Menu - - - - - */

#MENU A
	{
	color: green;
	font-weight: bold;
	}

#MENU A:hover
	{
	color: red;
	}
#MENU 
	{
	font-size: 80%;
	font-family: Verdana, Helvetica, Tahoma, Sans-serif;
	color: green;
	background-color: white;
	}