/* by kyle ross */

body
{
	background-color: #001100;
	font-family: veranda, arial, san-serif;
	font-size 14px;
	color:#6699AA
}

	/* this is the link style */ 
	a:link {text-decoration: none; color: #778877;}
	a:visited {text-decoration: none; color: #778877;}
	a:active {text-decoration: none; color: #ddffff;}
	a:hover {text-decoration: bold; color: #ddffff;}
	
.fancytext
{
	font-size: 24px;
	line-height: 30px;
	font-style; italic;
	color: #E60066;/* dark pink */
	}
	
