

BODY	{
	font-family: "Trebuchet MS, arial, verdana";
	color:black;
 
	}


A:link {color: gray; text-decoration: none;} 
A:visited {color: gray; text-decoration: none;}

A:hover{
	color: Black;
	font-size: 100%;
	background-color : #ffcc00;
}


.Submit {
		background-color: #ffffff;
		color: white;
		cursor: hand;
		font-family : monospace;

		}



