/* av_menu.css - Agorafobia */

A {
	color: black;
	font: 11px verdana;
	text-decoration: none;
}
A:link { 
	color: black;
	text-decoration: none;
}
A:visited { color: black; }    
A:hover { 
	color: #3366cc;
	text-decoration : none;
}    
A:active { color: #777777; } 
A.small {
	color: #777777;
	text-decoration: none;
}

A.small:visited { color: #777777; } 
A.small:hover {
	text-decoration: underline;
	color: red;
}
.small {
	color: #777777;
	font : 9px sans-serif;
}
BODY {
	background-color: white;
}

.texto {
	font: 11px verdana;
	line-height: 14px; 
}

HR {
	color: white;
}

.button {
	font: bold 11px sans-serif;
	color: #3366cc;
	background-color: white;
	padding : 3px ;
	border: thin outset;
}

.hr {
        color: #f5f5f5;
}

.titulo {
	font : normal 26px serif;
	height : 32px;
	vertical-align : bottom;
	line-height : 29px;
}
