body {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        color: #000000;
        background-color: #6699CC;
}

html {
overflow-x: hidden;
}

A:link {
	text-decoration: none;
/*	color: #996633; */
	color: #003366; 
	font-weight: bold;
}
A:visited {
	text-decoration: none;
	color: #003366;
	font-weight: bold;
}
A:hover {
	text-decoration: none;
	color: #996633;
	font-weight: bold;
}


.generic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.destaque {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

