.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;}
.style11 {font-size: large; font-style: italic;}
.stylex {font-size: x-large;}
.stylexx {font-size: xx-large;}
body {background-color: #FFFFFF;  font-family: Georgia;}
body,td {color: #000000; font-family: Georgia;}
img {border: none;} 
a:link {color: #0000FF;}
a:visited {color: #990066;}
a:active {color: #FF0000;}
a:hover {text-decoration:none; color:#0000FF;}