a:link       { text-decoration: none; color: blue }
a:visited    { text-decoration: none; color:red }
a:hover      { color: #FF00FF; text-decoration: overline underline }
a:active 
{
	color: rgb(255,151,0);
}

p,h1,h2,h3,h4,h5,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
            { color: #000000; margin-top: 0; margin-bottom: 0; font-family: Helvetica, Arial, sans-serif  }
            
body {
	scrollbar-DarkShadow-Color:#FFFFCC; 
	scrollbar-Track-Color:#FFFFCC; 
	scrollbar-Face-Color:#996633; 
	scrollbar-Shadow-Color:#996633; 
	scrollbar-Highlight-Color:#FFFFFF; 
	scrollbar-3dLight-Color:#000000; 
	scrollbar-arrow-Color:#FFFFFF;
	scrollbar-base-color:#000000;  
	 
}

h1    { color: black; font-style: normal; font-weight: bold; font-size: 20px }
h2    { color: black; font-style: normal; font-weight: bold; font-size: 16px }
h3    { color: black; font-style: normal; font-weight: bold; font-size: 14px }
h4    { color: black; font-style: normal; font-weight: bold; font-size: 12px }
h5    { color: black; font-style: normal; font-weight: bold; font-size: 11px }
h6    { color: black; font-size: 10px; font-family: Helvetica, Arial, sans-serif; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 20px; font-style: normal; font-weight: normal}

i { color: #009; font-style: normal; font-weight: bold; font-size: 13px; text-decoration: underline }
p,ul,ol,li,div,td,th,nobr    { font-size: 11px }
address  { color: black; font-style: normal; font-size: 14px }
pre    { color: #009; font-weight: normal; font-size: 11pt; font-family: Helvetica, Arial, sans-serif; text-decoration: none }
tt        { color: #0000c0; font-family: Helvetica, Arial, sans-serif; text-decoration: underline }
