/* Defaults */
p {
  font-size: 10pt;
  }

a {
  color: #6598b8;
  text-decoration: none;
  }

a:hover {
  color: #222;
  text-decoration: underline;
  }

a img {
  border: none;  
  }

strong {
  font-size: 110%;
  }

body {
  text-align: left;
  margin: 0;
  padding: 0 0 15px 0;
  font-family: tahoma, arial, helvetica, sans-serif;
  background: #FFFFFF;
  }

