/* ------------ Formatação da Fonte -------------- */
p, a, body, td, tr, div {
font-style: normal;
font-weight: normal;
font-size: 10px;
color: #ffaeb5;
font-family: Verdana;
line-height: 13px;
cursor: crosshair;}
}
BODY{
cursor:crosshair;}
-->
}
/* ----------------- Formatação do Link ------------------- */
a, a:link{
color: #e5b6fa ; height:0px;
border-bottom: 1px dashed #e5b6fa;
cursor: help;
TEXT-DECORATION: none;
}
a:hover {
color: #e5b6fa;
border-bottom: 1px dotted #e5b6fa;
cursor: help;
TEXT-DECORATION: none;
}
/* ----------------- Formatação de Estilos ---------------- */
b { cursor: help; color: #ffaeb5; TEXT-DECORATION: none;
}
u { cursor: help; color: #e5b6fa; TEXT-DECORATION: none; border-bottom: 1px dotted #ffaeb5;
}
i { cursor: help; color: #e5b6fa; TEXT-DECORATION: none;
}
ul {line-height: 100%; color: #ffaeb5; font-color:#e5b6fa; margin: 0 18;
}
/* ------------------------------- Formatação do Título ---------------------------------- */
.titulo {
border-bottom-style: double ; border-bottom-width: 3;border-bottom-color:#e5b6fa;
font-weight: bold;
cursor: crosshair;
}
/* ------------------------------- Formatação das Caixas ---------------------------------- */
input, textarea {
color: #e5b6fa ;
font-family: Verdana;
font-size: 10 px;
border: 1px dashed #e5b6fa;
background-color: #FFFFFF;
}
/* ------------------------------- Formatação de Tabelas ---------------------------------- */
.table {
color: #e5b6fa ;
background-color: #FFFFFF;
border-top: 1px dotted #e5b6fa;
border-bottom: 3px double #e5b6fa;
}