/* External Style Sheet */
body 
	{
	background-color:#000000; 
	color: #cc9900;
	font-family: copperplate gothic bold  
	}
text 
	{
	color: #cc0000;
	text-decoration: none; 
	font-weight: bold;
	}
h1 
	{
    	text-align: center;
	}
h2
	{
	text-align: center;
	}
h3
	{
	text-align: center;
	}
h4
	{
	text-align: center;
	}
h5
	{
	text-align: center;
	}
h6
	{
	text-align: center;
	}
a:link 
	{ 
	color: #cc9900; 	
	text-decoration: none; 	
	font-weight: bold; 
	} 
a:visited 
	{ 
	color: #cc9900; 	
	text-decoration: none; 
	font-weight: bold; 
	} 
a:active  
	{ 
	color: #cc9900;
	text-decoration: none;
	font-weight: bold;
	}
a:hover 
	{ 
	color: #ffe4e1; 
	text-decoration: overline; 	
	font-weight: bold; 	
	background-color: #cc9900;
    cursor: crosshair;
	}