A:HOVER {
	color : Red;
	text-decoration : underline;
}

A {
    color : Maroon;
    text-decoration : none;
    font-weight : bold;
}
BODY {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: x-small;
    background-repeat : no-repeat;
    margin-top : 0px;
    margin-right : 0px;
    background : #FFEFD5;
}
TABLE {
	font-size: x-small;
}

.depoimento {
    font-family : Tahoma, Geneva, Arial, Helvetica, sans-serif;
    font-size: xx-small;
    text-align : justify;
}

.titulo {
    background-color : #FF7F50;
    font : bold xx-small;
    color : White;
}