body {
background-image: url("imagens/background.jpg");
background-attachment: fixed;
margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

} 
  
  a.link:visited{ color:0077b0;  text-decoration : none; font-weight : bold;   }
  a.link:link{ color: 0077b0; text-decoration : none;  font-weight : bold;   }
  a.link:hover{ color: gray; text-decoration : underline;  font-weight : bold;   }
  
  .textogeral {
	color: #404040;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
}
   
    .textolink {
	color: Teal;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
}
  
    .titulo {
	color: LightGrey;
	font-family : "MS Serif", "New York", serif;
	font-size : 35px;
}
   
  
  
  
    .textoform {
	color: Silver;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
}
  
  

  
  
  
   body{ scrollbar-face-color: #e8e8e8; scrollbar-shadow-color: gray;scrollbar-highlight-color: gray; scrollbar-3dlight-color: white;scrollbar-darkshadow-color: white; scrollbar-track-color: #f4f4f4;scrollbar-arrow-color: black }
  
  
  
  .form1{
	border : 1pt solid silver;
	background: #fff7f2;
	font-size : 12;  }
	
	

 
<!--
face-color: face
shadow-color: sombra
highlight-color: luz; scrollbar-3dlight-color: 3d
darkshadow-color: sombr2
track-color: trilha 
arrow-color: seta
-->