body { 
  background-color: #FFFFFF; 
  color           : #000000; 
  font-family     : Arial, Helvetica, sans-serif;
  font-size       : 1em;
  margin-right    : 10%;
  margin-left     : 10%;
}

h1 {
  color      : #333333;
  font-size  : 2em;
  text-align: center;
  line-height: .2em;
}

h2 {
  color      : #666666;
  font-size  : 1.5em;
  text-align: left;
}

h3 {
  color      : #666666;
  font-size  : 1.1em;
  text-align: left;
}

table {
  margin-top   : 1em;
  margin-bottom: 1em;
}

strong {color : #006600;}

a         {color:#1177dd;}
a:visited {color:#1177dd;}
a:hover   {color:#3399ff;}
