a:link
{
	text-decoration: none;
	color: rgb(225, 248, 171);
}
a:visited
{
	text-decoration: none;
	color: rgb(225, 248, 171);
} 
a:active 
{
	text-decoration: none;
	color: rgb(225, 248, 171);
}
a:hover 
{
	text-decoration: none;
	color: rgb(225, 225, 70);
}

p
{
	margin-top: 0;
	margin-bottom: 0;
}

body
{
	font-family: "Futura Lt BT", Verdana, Arial, sans-serif;