*
{
    margin: 0;
    padding: 0;
}
body {
    margin:0;
    font-family: Arial, Helvetica, sans-serif;
    font-size:      14pt;
}

a{
    color: black;
}
a:link { 
  text-decoration: none; 
} 
a:visited { 
  text-decoration: none; 
}
a:focus {
  text-decoration: none;
} 
a:hover { 
  text-decoration: none; 
} 
a:active { 
  text-decoration: none; 
}
div.links{
    position: absolute;
    right: 20px;
    top: 10px;
}
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    min-width: 1000px;
  }