<style>      <!-- /* page properties*/           body {background-color: "#FFFFFF" }           h1 { font-family: Verdana; font-size: 16pt; font-weight: bold }           h2 { font-family: Verdana; font-size: 12pt; font-weight: bold }           h3 {font-family: verdana, sans-serif; font-size: 8pt}           p {font-family: verdana, sans-serif; font-size: 8pt; color: #000099;}           p.comment    { font-family: verdana, sans-serif; font-size: 8pt; color: #000099; font-style:                italic }           li {font-family: verdana, sans-serif; font-size: 8pt}           td {font-family: verdana, sans-serif; font-size: 8pt; color: #000099;}           th {font-family: verdana, sans-serif; font-size: 8pt; color: #000099;}           input        { font-family: verdana, sans-serif; font-size: 8pt }           select       { font-family: verdana, sans-serif; font-size: 8pt }           textarea     { font-family: verdana, sans-serif; font-size: 8pt }                      a {text-decoration: none}                      .bold { font-weight: bold }           .italic { font-style: italic }                      a {text-decoration: none}           /* following are pseudo classes, these use colons*/           /* specifically these specify unvisited links as underlined           and unvisited links as underlined only when hovered over           they also turn a different colour when visited, and hovered over */           a:link {color:'#000000'}           a:active {color:'#000000'}           a:hover {text-decoration: underline}           a:visited {color: '#000000'}      --></style>