/* CSS Document */

/*
<style type="text/css">

#menuver li a:visited {
color: #000000;
}
#menuver li a:hover { 
background: #1509E9;
color: #000; 
}
#menuver li a:active { 
color: #FF0000; 
}
</style>
*/

a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #0F9CB0;
	text-decoration: none;
}
a:active { 
	color: #FFB038; 
	text-decoration: none
}
