body		{
		background-color: black;
		margin-top:5px;		
		}

a:visited	{
		color: #7FFF00;
		text-decoration: underline;
		}

a:link		{
		font-weight: bold;
		color: white;
		text-decoration: underline;
		}

a:hover		{	
		background: #FFFF00;
		color: #009933;
		text-decoration: underline;
		}

h1		{
		color: white;
		font-size: 40px;
		}
		
a:active 	{
		font-style: italic;
		font-weight: bold;
		color: #FF0000;
		text-decoration: underline
		}