html, body {   margin:0; }
 
body {
  text-align: left;
  background-repeat: no-repeat;
  font: 10pt  "Lucida Grande", "Helvetica Neue", Arial, "Lucida Sans Unicode", sans-serif;
  padding: 12px;
  color: #444;
  font-smooth: always;
}

a { text-decoration: none; }
a:link, a:visited { color: #6D3996; }
a:focus, a:hover, a:active { color: #953895; }

