/* CSS Document */


body {
	background-color: #f3f0eb;
	font-size:100%;
	font-family:"Lucida Grande";
	
}

*{
	font-size:100%;
	font-family:"Lucida Grande";
	color:#000000;
}
a:link{
	font-weight:bold}
	
a:visited {font-weight:bold}
a:hover{color:#02F5B6}
