/* CSS Document */

a {
	color: #0081A1;
	font-weight:bold;
	text-decoration:none;
}
a:visited {
	color: #70BABA; 
	text-decoration: none;
} 
a:hover { 
	text-decoration: underline;
} 
