a:link 
	{
	color: cyan; 
	text-decoration: none;
	}

a:visited 
	{
	color: cyan; 
	text-decoration: none;
	}

a:hover 
	{
	color: red; 
	text-decoration: underline;
	background-color: #0000FF;
	}

a:active 
	{ 
	color: cyan;
	text-decoration: none;
	} 

body 
	{
	background-color: black; 
	color: white;
	text: white;
	}

h1 
	{
	color: #ff9900; 
	text-decoration: none;
	}

h2 
	{
	font-style: italic;
	}

h3 
	{
	}

h4 
	{
	color: #ff9900; 
	font-style: italic;
	}
