@charset "utf-8";
/* CSS Document */

.text { font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
background-color:#FFFFFF;
}
.title { font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color:#009900;
background-color:#FFFFFF;
}
A:link { 
	color: #009900; 
	text-decoration: underline;
}
A:visited { 
	color: #009900; 
	text-decoration: underline; 
}
A:hover {
        color:000000;
        text-decoration:underline 
}