@charset "UTF-8";
/* CSS Document */

a {
font-size:14px;
text-decoration:none;
font-weight: bold;
color:002e00;
}

a:link {
font-size:14px;
text-decoration:none;
font-weight: bold;
color:#002e00;
}

a:visited {
color:#002e00;
}
		  		 
a:hover { 
color: #320066;
text-decoration:underline; 
}