<!--

a:link, a:visited, a:active {
font-weight: bold;
color: #000000;
text-decoration: none;
background-color: #ffffff; }

a:hover {
font-weight: bold;
color: #ffffff;
text-decoration: none;
background-color: #8b0000; }

body {
font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
font-size: 100%;
font-weight: normal;
color: #000000;
background-color: #ffffff;
margin: 30px;
border-left-style: none;
border-right-style: none; }

img {
border: none; }

-->