<html>
<head>
, body, td, tr, div {
font-style: normal;
font-weight: normal;
font-size: 12px;<-Tamanho da fonte
color: #ffffff;<-Cor do texto
font-family: Tahoma;
line-height: 13px;
}

body {scrollbar-3dlight-color: #f60a68;
scrollbar-arrow-color: #f60a68;
scrollbar-darkshadow-color: #ffffff;
scrollbar-face-color: ##f60a68e2e2e2;
scrollbar-track-color: #f0f0f0;
scrollbar-highlight-color: #ffffff;
scrollbar-shadow-color: #f60a68}


}
a:link{color: #f60a68<-Cor do link; text-decoration: underline; font-weight: none; }
a:visited{color: #f60a68<-Cor do link; text-decoration: underline ; font-weight: none; }
a:hover {text-decoration: none; font-weight: none; color: #f60a68<-Cor do link ao passar o cursor; cursor: ne-resize; position: relative; left: 1px; top: 1px }
}

u{text-decoration: none; border-bottom-width: 1px; height: 10px; border-top-style: none; border-right-style: none; border-bottom-style: dashed; border-left-style: none; cursor: help; }
/* ------------------------------- caixas ------------ */

input, textarea {
color: #f60a68;<-Cor do texto dentro da caixa e texto dentro do botão.
font-family: Comic Sans MS, monospace;
font-size: 11 px;
border: 1px dotted #f60a68;<-Cor da borda
background-color: #ffffff;<-Cor do fundo da caixa
}



</body>
</html>
