body{
margin:0;
padding:0;
background-color:#fff;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size:11px;
color:#666
}

/*Links Generales*/
A:link{
FONT-WEIGHT: normal;
text-decoration:underline;
color:#888;
}
A:hover{
FONT-WEIGHT: normal;
text-decoration: underline;
color:#555;
}
A:active{
FONT-WEIGHT: normal;
text-decoration:underline;
color:#888;
}
A:visited{
FONT-WEIGHT: normal;
text-decoration:underline;
color:#888;
}