<!-- 

body {  background: white;
        font-family : Arial, Verdana, Helvetica, sans-serif;
        font-size : 14px;
        color: black;
        margin-top:20px;
        margin-left:10px;
}

p { font-family : Arial, Verdana, Helvetica, sans-serif;
    font-size : 14px;
    color: black;
    text-indent:2%;
}

pre { font-family : Arial, Verdana, Helvetica, sans-serif;
      font-size : 14px;
      color: black;
      font-weight : normal;
}

div { font-family : Arial, Verdana, Helvetica, sans-serif;
      font-size : 14px;
      color: black;
      font-weight : normal;
      text-align:justify;
}

h1 {font-family : Arial, Verdana, Helvetica, sans-serif;
    font-size : 16pt;
    font-weight : bold;
    color: black;
}

h2 {font-family : Arial, Verdana, Helvetica, sans-serif;
    font-size : 14pt;
    font-weight : bold;
    color: black;
}

h3 {    font-family : Arial, Verdana, Helvetica, sans-serif;
    font-size : 11pt;
    font-weight : bold;
    color: black;
}

h4 {    font-family : Arial, Verdana, Helvetica, sans-serif;
    font-size : 8pt;
    font-weight : normal;
    color: black;
}

tr { font-family : Arial, Verdana, Helvetica, sans-serif;
    font-size : 11pt;
    font-weight : bold;
    color: black;
}
tr { font-family : Arial, Verdana, Helvetica, sans-serif;
    font-size : 11pt;
    font-weight : bold;
    color: black;
}

table.header { border: solid thin black;
    font-size : 18pt;
    font-weight : bold;
    color: #006699;
    background: #C0C0C0;
}
tr.text { border: solid thin black;
    font-size : 12pt;
    font-weight : bold;
    color: #000000;
    background: #FFFFFF;
}
th { color:white; 
     background: black;
     padding-left: 10px;
     padding-right: 10px;
   }

a.menu:link     {color: white; font-family : Arial, Helvetica, sans-serif; font-size : 14px; text-decoration: none;}
a.menu:visited  {color: white; font-family : Arial, Helvetica, sans-serif; font-size : 14px; text-decoration: none;}
a.menu:active   {color: white; font-family : Arial, Helvetica, sans-serif; font-size : 14px; text-decoration: none;}
a.menu:hover    {color: white; font-family : Arial, Helvetica, sans-serif; font-size : 14px; text-decoration: none;}

a.rssbutton,
a.rssbutton:visited,
a.rssbutton:hover
{
	border:1px solid;
	border-color:#ffc8a4 #7d3302 #3f1a01 #ff9a57;
	padding:0px 3px 0px 3px;
	font:bold 10px verdana,sans-serif;
	color:#FFFFFF; background-color:#ff6600;
	text-decoration:none;
	margin:0px;
}

a.rssbutton:hover {
	background-color:#ff9966;
}
--> 

