.style1 {font-size: medium;}
.style2 {font-size: large;}
.style3 {font-size: small;}
.style4 {font-size: medium; font-weight: bold;}
.style5 {font-size: medium; font-style: italic;}
.style6 {font-size: small; font-style: italic;}
.style7 {font-size: large; font-weight: bold;}
.style8 {font-size: medium; text-decoration:underline;}
.style9 {font-size: small; text-decoration:underline;}
.style10 {font-size: small; font-weight: bold;}
body,td {color: #000000;}
body {background-color: #FFFFFF; }
img {border: none;} 
a:link {color: #0000FF;}
a:visited {color: #990066;}
a:active {color: #FF0000;}
a:hover {text-decoration:none; color:#0000FF;}