a:link {
   color: #0000cc;
}
a:visited {
   color: #990099;
}
a:hover {
   color: #9999ff;
}
a:active {
   color: #cc0000;
}
body {
   background: #ffcc00;
   color: #000000;
   font-family: Arial, Helvetica, sans-serif;
   margin: 5%;
}
/* INCLUDE WHEN BROWSERS SUPPORT IT PROPERLY
table {
   border-collapse: collapse;
}
*/
td, th {
   font-size: 10pt;
   font-family: Arial, sans-serif;
/* INCLUDE WHEN BROWSERS SUPPORT IT PROPERLY
   border: 1px solid black;
   padding: 3px;
*/
}
h1 {
   color: #000099;
   text-align: center;
}
h2 {
   color: #990000;
   text-align: center;
}
h3 {
   color: #000099;
}
h4 {
   color: #990000;
}
h5 {
   color: #000099;
}
h6 {
   color: #990000;
}
img.logo96 {
   float: left;
}
p.list {
   font-size: 10pt
}
ul.pinred {
   list-style: url(../images/pinred.gif) square;
}
ul.pingreen {
   list-style: url(../images/pingreen.gif) square;
}
pre {
   font-family: Arial, Helvetica, sans-serif;
/*   font-size: 11pt;*/
}