@charset "utf-8";
/* Neomarin CSS */

a {
	font-family: Tahoma;
	font-size: 12px;
	color: #0099FF;
	text-decoration: none;
}

a:hover{
	font-family: Tahoma;
	font-size: 12px;
	color: #66CC00;
	text-decoration: underline;
}

body{
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
}
