/*Teme Pretextos CSS Vilmar Oliveira*/

<!-- CONFIGURAÇÕES DOS LINKS -->
a {text-decoration: none; color: #922A2A;}
a:link {text-decoration: none; color: #922A2A;}
a:visited {text-decoration: none; color: #AF3135;}
a:active {text-decoration: none; color: #AF3135;}
a:hover {text-decoration: none; color: #AF3135;}
} 

<!-- CONFIGURAÇÕES DO NEGRITO E ITALICO -->
b,i, strong, bold { 
color:#922A2A;
}

<!-- CONFIGURAÇÕES DO SUBLINHADO -->
u {
color: #922A2A;
}


<!-- CONFIGURAÇÕES DOS TÍTULOS -->
h1 {
color: #922A2A; 
text-color: #922A2A;
font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif; font-size: 24px;
}


h2 {
color: #922A2A; 
text-color: #922A2A;
font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif; font-size: 14px;
}


h3 {
color: #922A2A; 
text-color: #922A2A;
font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif; font-size: 14px;
}

body { font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif; font-size: 14px; }
p { font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif; font-size: 14px; }
blockquote { font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif; font-size: 14px; }
pre { font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif; font-size: 14px; }
.class { font-family: TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif; font-size: 14px; }

/*Ajuste menu do usuário - lepidus*/
.pkp_site_nav_menu a {
    color: #ffff;
}