body {        font-family: Verdana, Arial, Helvetica, sans-serif;        font-size: 12px;        font-style: normal;        font-weight: normal;        text-decoration: none;		background-image: url(bg_logo.gif);		background-position: bottom right;		background-repeat: no-repeat;		background-attachment: fixed;}h2 {        color: maroon;        background-color: transparent;} td {        font-size: 12px;} th {        font-size: 11px;        background-color: silver;}em {        color: red;        background-color: transparent;} a:link {        color: #990000;        background-color: transparent;        text-decoration: none;        font-size: 11px;} a:visited {        color: #990000;        background-color: transparent;        text-decoration: none;        font-size: 11px;} a:active {        color: #FF0000;         background-color: transparent;        text-decoration: none;        font-size: 11px;} a:hover {        color: #FF0000;        background-color: transparent;        text-decoration: underline;        font-size: 11px;} 
