a 
{

	text-decoration: none;

	color: #6B6B6B;

}


a:hover 
{
	
text-decoration: underline;

}


a:active, a:visited 
{
	
color: inherit;

}

.MenuBas a:hover
{
	text-decoration: none;
	color: #7e1979;
}

LI.list1 
{
	list-style: circle outside; 
	color:green;
} 
LI.list2 
{
	list-style: square inside; 
	color:blue
}


