<style type="text/css"> 
  A:link {text-decoration: none}
  A:link {text-decoration: none;}
  A:link {color: #BC0000; }
  A:visited {text-decoration: none} 
  A:visited {color: #000000} 
  A:active {text-decoration: none}
  A:active {color: #BC0000}
  A:hover {text-decoration: underline; color:"Blue"; font-size:"11";}
</style>

.rightpanel A:link {text-decoration: none}
.rightpanel A:link {color: "Red"}
.rightpanel A:visited {text-decoration: none}
.rightpanel A:visited {color:#Bc0000}
.rightpanel A:active {text-decoration: none}
.rightpanel A:active {color:"Red"}
.rightpanel A:hover {text-decoration: none; color:"blue"; Font-Size:"12"; font-style:"italic"; font-weight:"Bold";}

.centerpanel A:link {text-decoration: none}
.centerpanel A:link {color: "Black"}
.centerpanel A:visited {text-decoration: none} 
.centerpanel A:visited {color: "Black"} 
.centerpanel A:active {text-decoration: none}
.centerpanel A:active {color:"Black"}
.centerpanel A:hover {text-decoration: underline; color:#BC0000; font-size:"12"; Background:"Pink";}

.restpanel A:link {text-decoration: none}
.restpanel A:link {text-decoration: none;}
.restpanel A:link {color: "Blue+White"; }
.restpanel A:visited {text-decoration: none} 
.restpanel A:visited {color: "Blue+White"} 
.restpanel A:active {text-decoration: none}
.restpanel A:active {color:"Blue+White"}
.restpanel A:hover {text-decoration: underline; color:#BC0000; font-size:"22"; background:"Pink";}

.mypanel A:link {text-decoration: none}
.mypanel A:link {text-decoration: none;}
.mypanel A:link {color: "Blue"; }
.mypanel A:visited {text-decoration: none} 
.mypanel A:visited {color: "Green"} 
.mypanel A:active {text-decoration: none}
.mypanel A:active {color:"Blue"}
.mypanel A:hover {text-decoration: underline; color:#BC0000; font-size:"18"; background:"Pink";}

.centerpanel1 A:link {text-decoration: none}
.centerpanel1 A:link {color: "BLUE"}
.centerpanel1 A:visited {text-decoration: none} 
.centerpanel1 A:visited {color: "Blue"} 
.centerpanel1 A:active {text-decoration: none}
.centerpanel1 A:active {color:"BLue"}
.centerpanel1 A:hover {text-decoration: underline; color:#BC0000; font-size:"12";}

body {
scrollbar-base-color: #FFFFFF;
scrollbar-arrow-color: #BC0000;
scrollbar-3dlight-color: #BC0000;
scrollbar-darkshadow-color: #FFFFFF;
scrollbar-face-color: "white";
scrollbar-highlight-color: #BC0000;
scrollbar-shadow-color: #D89891;
scrollbar-track-color: #E8E8E8;
}

