<html>

<head>

<style type="text/css">

/* inicio código menu horizontal*/

#menuhor {
border:none;
margin: 0;
}

#menuhor li {
list-style: none;
margin: 0;
display: inline;
}

#menuhor li a {
height: 2px;
padding: 5px 5px;
margin:0;
border:3px ;#99cc66;
background: #99cc66;
text-decoration:none;
}

#menuhor li a:link {
color: #ffffff;
font: 13px Tahoma;
font-weight: bold;
}

#menuhor li a:visited {
color: #ffffff;
font: 13px Tahoma;
font-weight: bold;
}

#menuhor li a:hover {
background: #009900;
color:rgb(217,234,169);
font: 13px Tahoma;
font-weight: bold;
border-color: rgb(156,195,20);
border-width: 1px;
}

/* fim código menu horizontal */


/* inicio código texto*/


p.titulo {
font-family: Tahoma;
font-size: 23 px;
font-weight: bold;
color: #009900;
text-align: center;
}

p.subtitulo {
font-family: Tahoma;
font-size: 20px;
font-weight: bold;
color:  #009900;
text-align: center;
}


p.subtitulob {
font-family: Tahoma;
font-size: 20px;
font-weight: bold;
color: rgb(120,201,47);
text-align: center;
}


p.center {
font-family: Tahoma;
font-size: 12px;
font-weight: normal;
color: #006633;
text-align: center;
}

p.justify {
font-family: Tahoma;
font-size: 12px;
font-weight: normal;
color: #006633;
text-align: justify;
}

p.left {
font-family: Tahoma;
font-size: 12px;
font-weight: normal;
color: #006633;
text-align: left;
}

p.nome {
font-family: Tahoma;
font-size: 18px;
font-weight: bold;
color: rgb(120,201,47);
text-align: center;
line-height: 3px;
}


p.preco {
font-family: Tahoma;
font-size: 14px;
font-weight: bold;
color: rgb(255,157,72);
text-align: center;
line-height: 3px;
}


/* fim código texto*/


</style>
</html>

