body {
 COLOR: white;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: small;
 text-align: justify;
}

A {
 font-size: small;
}

A:link {
 COLOR: Yellow;
}

A:visited {
 COLOR: #FFA723;
}

a:hover {
 color: red;
 background-color: #FFA723;
}

p {
 text-align: justify;
}

.resenha { margin-left: 5%; text-align: justify; }

H1 {
 font-size: large;
}

H2 { 
 color: #ffcc33;
 font-size: medium;
}

H3 {
 color: #ffcc33;
 font-size: small;
 margin-left: 5%;
}
