body {
 background: #FFFFFF;
 font-family: times new roman;
 font-size: 10pt;
 color: #000000;
 margin-top: 10px;
 margin-bottom: 10px;
 }
a {
 color: #FF9900;
 text-decoration: none;
 }
a:hover {
 color: #CC6600;
 text-decoration: underline;
 }
a:visited {
 color: #663300;
 text-decoration: none;
 }
a.nav {
 color: #000000;
 text-decoration: none;
}
a.nav:hover {
 color: #0033CC;
 text-decoration: underline;
 }
a.nav:visited {
 color: #000000;
 text-decoration: none;
 }
a.title {
 color: #FF9900;
 text-decoration: none;
 font-weight: bold;
 }
a.title:hover {
 color: #CC6600;
 text-decoration: underline;
 font-weight: bold;
 }
a.title:visited {
 color: #663300;
 text-decoration: none;
 font-weight: bold;
 }
