n/* ------------ Fonte -------------- */
body {
font-style: normal;
font-weight: normal;
font-size: 10px;
color: #F8B2C0;
font-family: verdana;
line-height: 12px;
height: 1px;
}
<body style="background-color:transparent">
}
/* ----------------- Link ------------------- */
a, a:link{
color: #C7EEC0; height:0px; 
cursor: W-resize;
border-bottom: 1px dashed #F8B2C0;
TEXT-DECORATION: none;
}
a:hover {
color: #F8B2C0;
border-bottom: 1px solid #C7EEC0;
cursor: help;
TEXT-DECORATION: none;
}



input, textarea {
color: #C7EEC0;
font-family: tahoma;
font-size: 12 px;
border-bottom: 1px dashed #F8B2C0;
border-top: 1px dashed #F8B2C0;
border-left: 1px dashed #F8B2C0;
border-right: 1px dashed #F8B2C0;
background-color: #FFFFFF;
-moz-border-radius: 0px 0px 0px 0px ;

}
/* ------------------------------- Formatação de Tabelas ---------------------------------- */

.table {
	color:  #F8B2C0; 
        background-color: #ffffff; 
        border-top: 1px dotted  #C7EEC0                ; 
        border-bottom: 3px double #F8B2C0    ; 
}


