/*Estilização geral para os links*/

  a:link {color: #F439A0; text-decoration: none; 

  background-color: transparent}

  a:visited {color: #F439A0;text-decoration: none; 

  background-color: transparent}

  a:hover {color: #F439A0;text-decoration: underline overline; cursor: crosshair;

  background-color: #FFF4F8}

  a:active { color: #F439A0;text-decoration: underline overline; 

  background-color: transparent }

/*Fim da Estilização geral para links*/

/*Texto e scrollbar*/

body{
margin:0px; 
scrollbar-arrow-color:#f9d1c8;
scrollbar-face-color:#FFFFFF;
scrollbar-track-color:#FFFFFF;
scrollbar-3dlight-color:#FFFFFF;
scrollbar-highlight-color:#FFFFFF;
scrollbar-shadow-color:#FFFFFF;
scrollbar-darkshadow-color:#FFFFFF;
height:0px;
color:#000000;
font-family:tahoma;
font-size:8pt;
cursor: url(http://www.thomoeda.no.sapo.pt/cursores/cur_cutes014.ani);
}


/*Texto e scrollbar*/