* {
 padding: 0;
 margin: 0;
}

html {
 height: 100%;
}

body {
 background-color: white;
 color: black;
 height: 100%;
}

a:link {
 text-decoration: none;
}

a:visited {
 text-decoration: none;
}

a:hover {
 text-decoration: underline;
}

a:active {
 text-decoration: none;
}

a:focus {
 outline: none;
}

body, td, div, input, select, textarea, .default {
 font-family: Geneva, Verdana, Arial, sans-serif, Helvetica;
 font-size: 10px; 
 color: black;
}



