P  {}

H1  {}

H2  {}

H3  {}

A  {}

A:Visited  {}

A:Active  {}

A:Hover  {}

BODY  {
	background-color : snow;
	font-family : Verdana, sans-serif;
}

.destaque  {
	font-family : Verdana, sans-serif;
	font-size : 14pt;
	font-weight : normal;
	font-style : normal;
	color : darkred;
}

.corpo1  {
	font-family : Verdana, sans-serif;
	font-size : 10pt;
	font-weight : normal;
	font-style : normal;
	color : cinnamon;
}

.bg  {
	font-size : 9pt;
	font-family : Verdana, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : Black;
	background-color : plum;
}

.menubg  {
	font-family : Verdana, sans-serif;
	font-size : 11pt;
	background-color : mediumpurple;
	margin : 2pt;
	border-width : medium;
	border-style : outset;
	border-color : darkred;
}

.menu  {
	font-family : Verdana, sans-serif;
	font-size : 9pt;
	font-weight : bold;
	color : Yellow;
	text-decoration : none;
}

a.menu:hover  {
	text-decoration : underline;
	color : gold;
}

.titulo  {
	font-family : Verdana, sans-serif;
	font-size : 12pt;
	font-weight : bold;
	color : darkred;
}

.titulo2  {
	font-family : Verdana, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	font-style : italic;
	color : Black;
	background-color : plum;
}

