html,body 
{ 
   margin: 0;
   padding: 0;
   height: 100%;
   font-family: Arial, sans-serif;
}
a:link { text-decoration:none; }
a:visited { text-decoration:none; }
a:hover { text-decoration:underline; }
a:active { text-decoration:none; }
