/*a:hover 
		{
			background-color: #55BB55; /* cor do fundo 
			color: #FFFFFF; /* cor da fonte 
			font-weight: bold;
			display:block;
			cursor: pointer;
			text-decoration:underline;
			
		}
*/
		
a		
		{
		text-decoration:none;
		}		

.menu
		{
			font-family: verdana;
			font-size: 12px;
		
		}

.texto
		{
			font-family: verdana;
			font-size: 12px;
		
		}
		
.textbox {
	background: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}