<STYLE>

/*  ....................................................................  */
/*LINK APPEARANCE */
a{text-decoration:none;}
a:link {color: #0000cc; text-decoration:none; }
a:visited {color: #0000cc; text-decoration:none;}
a:hover{background: #ffffff; color:#cc0000;  text-decoration:underline;}

/* ....................................................................  */
/*BODY  */

BODY {
margin-top: 20;
font-size : 8px;
font-family : Arial;
color : #000000;
background : #ffffff url(' ') fixed;
} 
.normal {  font-family: Arial; font-size: 10pt; font-style: normal; line-height: normal; font-variant: normal; text-transform: none}
.small { font-family: Verdana, Arial; font-size: xx-small; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none }
.smallbold {  font-family: Verdana, Arial; font-size: xx-small; font-style: normal; line-height: normal; font-weight: bold;  font-variant: normal; text-transform: none}
</STYLE>