/* Caixa de Comentários */
input, textarea, select 
 {font-family: verdana; 
 font-size: 11px;
 color: #D2BB9F;
 border-top: 1px dashed #FC84A4;
 border-left: 1px dashed #FC84A4;
 border-right: 1px dashed #FC84A4;
 border-bottom:1px dashed #FC84A4;
        background-color: #FCF6EF;
        -webkit-border-radius: 25px;
        text-align:center;
        }
/* Formatação dos Links */

a, a:link{
color:#FC84A4;
cursor:ne-resize;
TEXT-DECORATION:dotted;
border-bottom: 1px dashed #FC84A4; 
}
a:hover {
color:#FDAAC0;
cursor:ne-resize;
TEXT-DECORATION:dotted;
text-align:center;
border-bottom: 1px dashed #FDAAC0;
}
/* Table */

.table {
font-family: tahoma;
line-height: 13px;
color: #D2BB9F;
font-size: 10px;
border: 3px double #FFFFFF;
background-color: #FFFFFF;
padding: 3px;
-moz-border-radius: 0px 0px 0px 0px;
width: 380px;

text-align: justify;
}



.table2 {
font-family: tahoma;
line-height: 5px;
color: #ffffff;
font-size: 9px;
border: 2px dashed #FC84A4;
background-color: #FC84A4;
padding: 1px;
-moz-border-radius: 0px 0px 0px 0px;
width: 380px;

text-align: justify;
}


/* ------------ BARRA ------------ */
#barra {
margin: 0; padding:0;
width: 100%; height: 50px;
background: #D2BB9F;
text-align: center;
}

#barra .tubo {
text-align:center;
background: #D2BB9F;
margin: 0 auto; padding:10;
width: 100%;
}

#barra .fvbarraf {
width: 100px;
height: 10px;
background: #D2BB9F; 
font: normal 11px verdana; color: #000000; 
z-border-radius: 4px;
}

#barra .fvbarra a:link, #barra .fvbarra a:visited , #barra .fvbarra a:active {
color: #FFFFFF;
font-family: verdana
font-size: 11px;
line-height: 15px;
text-align:center;
padding: 4px 5px 4px 5px;
text-transform:normal;
text-decoration: none; 
background-color: #D2BB9F; 
-moz-border-radius: 20px 20px 20px 20px;}

#barra .fvbarra a:hover {
color: #FFFFFF;
font-family: verdana;
font-size: 11px;
line-height: 10px;
text-align:center;
padding: 4px 5px 4px 5px;
text-transform:normal;
text-decoration: none; 
background-color: #D2BB9F; 
-moz-border-radius: 20px 20px 20px 20px;}

#barra .fvbarra {
font:  11px verdana;
color: #E2EDF5;
}

#barra .barraimg {
opacity:.0;}
/* ------------ TITULOS ------------ */


.titulo {
font-family: verdana;
color: #D2BB9F;
background-color: none;
border: 2px dotted none;
padding: 2px 2px 2px 61px;
-moz-border-radius: 8px 8px 8px 8px;
font-size: 17px;
width: 275px;
margin-left: 85px;
font-weight: normal;
font-style: normal;
text-align:center;
}

/*rolagem*/
<html>
<head>
<style type="text/css">
body {
scrollbar-arrow-color:#D2BB9F;
scrollbar-3dlight-color:#D2BB9F;
scrollbar-highlight-color:#D2BB9F;
scrollbar-face-color:#D2BB9F;
scrollbar-shadow-color:#D2BB9F;
scrollbar-darkshadow-color:#D2BB9F;
scrollbar-track-color:#D2BB9F;
}
</style>
</head>
<body>
conteúdo do documento
</body>
</html>
