body 
{
	margin: 10px;
	background-color: white;
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	line-height: 2.0em;
	color: #666;
}

/*----- main links -----*/
a {outline: none;}

a:link
{
	text-decoration: underline;
	color: black;
}

a:visited
{
	text-decoration: underline;
	color: black;
}

a:hover 
{ 
	text-decoration: none;
	color: #f30; 
}

a:active
{
	text-decoration: none;
	background-color: #d5d5d5;
	color: black;
}
