@charset "utf-8";
/* CSS Document */

a{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:16px;
	color:#005BB7;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
	/*color:#002953;*/
	font-weight:bold;
	
}

#text{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	color:#002953;
}
	
