/* generic site-wide info */

* {
  padding: 0px;
  margin: 0px;
}

body {

  font-size:10pt;
  font-family: verdana, arial, sans-serif;
  line-height:180%;
  color: #660033;

}

table {
  font-size:10pt;
  
}

td {
  vertical-align:top;
}

a {
  text-decoration: none;
  color: #cc6666;
}

a:hover {
  text-decoration: underline;
}


