a:link {color: lightblue};
a:visited {color: darkblue};
a:hover {color: yellow};

body
{
	font-family: Verdana;
	font-size: 8pt;
	color: #000000;
     line-height: 120%;
     
     
     scrollbar-face-color:#26607B;
     scrollbar-highlight-color:#ffffff;
     scrollbar-3dlight-color:#808080;
     scrollbar-darkshadow-color:#666666;
     scrollbar-shadow-color:ffffff;
     scrollbar-arrow-color:#ffffff;
     scrollbar-track-color:#26607B
}

p
{
    word-spacing: 1; 
    margin-top: 1; 
    margin-bottom: 1;
    font-family: Verdana;
    font-size: 10pt;
    color: black;
    line-height: 120%;

}

cell, table
{
    font-family: Verdana;
    font-size: 10pt;
    color: black;
}

li
{
    word-spacing: 1; 
    margin-top: 1; 
    margin-bottom: 1;
    font-family: Verdana;
    font-size: 10pt;
    color: black;
    line-height: 120%;

}

hr
{
     color:"#666666";
     height:"1";
}