/* CSS Document */
.titulo{
font-weight:700;
}
a{
font-size:14px;
text-decoration:none;
}
a:hover{
font-weight:900;
font-size:14px;
}
.texto{
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#0000FF;
}
