a {text-decoration: none; color: blue;}
a.nav {text-decoration: none; color: white;}
a.current
{
	color				: black;
	text-decoration			: none;
}

a.nav:hover
{
	color				: yellow;
	text-decoration			: none;
}


a.text
{
	color 				: blue; 
	text-decoration			: none;
}


a.text:hover
{
	color 				: red; 
	text-decoration			: none;
}


body
{
	font-family			: verdana,arial,helvetica,sans-serif; 
	font-size			: 11px; 
	color				: black;
	background-color		: #FFA451;
	padding				: 0px;
	margin-height			: 30px;
	top-margin			: 30px;
}


td.text 
{
	padding				: 10px; 
	font-family			: verdana,arial,helvetica,sans-serif; 
	font-size			: 11px; 
	color				: black; 
	background-color		: #FFFFFF;

}




img.border-right
{
	border				: 1px solid black;
	margin-right			: 15px;
}


img.border-left
{
	border				: 1px solid black;
	margin-left			: 15px;
}


/* Copyright Matthew Sylvester - Alternative Realities Publishing 2002 */