body {background-color : #ccffcc; font-family : Verdana;font-size: 10pt; color:black;}
BODY {
 scrollbar-DarkShadow-Color:#005F00;
 scrollbar-Track-Color:#ccffcc;
 scrollbar-Face-Color:#ccffcc;
 scrollbar-Shadow-Color:#005F00;
 scrollbar-Highlight-Color:#ccffcc;
 scrollbar-3dLight-Color:#005F00;
 scrollbar-Arrow-Color:#005F00;
}
<!--

A:link { color: darkgreen; font-weight:bold; text-decoration: none; }
A:visited {color : darkgreen; font-weight:bold; text-decoration:none ; }
A:hover {color: red;  text-decoration: none; font-weight:bold;}
A:active {color: red; text-decoration: none; font-weight:bold;}
// -->
<!--
{  }
{  }
A.one:link { color: gray; text-decoration: underline; }
A.one:visited {color : gray; text-decoration:underline ; }
A.one:hover {color: gray;  text-decoration: underline; }
A.one:active {color: gray; text-decoration: underline; }
// -->
<!--

A.two:link { color: white; text-decoration: underline; }
A.two:visited {color : white; text-decoration:underline ; }
A.two:hover {color: #006600;  text-decoration: none; background-color:silver;}
A.two:active {color: #006600; text-decoration: none; background-color:silver;}
// -->
<!--

A.three:link { color: #006600; text-decoration: underline; }
A.three:visited {color : #006600; text-decoration:underline ; }
A.three:hover {color: #006600;  text-decoration: none; background-color:silver;}
A.three:active {color: #006600; text-decoration: none; background-color:silver;}
// -->
<!--

A.four:link { color: black; text-decoration: none; }
A.four:visited {color : black; text-decoration:none ; }
A.four:hover {color: black;  text-decoration: none;}
A.four:active {color: black; text-decoration: none;}
// -->
#container {
  position:relative; 
  }
#menu {
  text-align:center; 
  position:relative; 
  height:8em;
  }
.box {
  position:relative; 
  float:right; 
  top:30px;
  }
#menu a, #menu a:visited {
  position:relative; 
  text-decoration:none; 
  background-color:#005F00; 
  color:#fff; 
  display:block; 
  width:71px;
  height:15px; 
  padding:5px;
  margin:0 1px;
  }
#menu a .topleft, #menu a .topright {
  position:absolute; 
  top:0; 
  width:0; 
  height:0; 
  overflow:hidden;
  border-top:10px solid #fff;
  }
#menu a .topleft {
  left:0; 
  border-right:10px solid #06a; 
  }
#menu a .topright {
  left:70px; 
  border-left:10px solid #06a; 
  }
#menu a:hover {
  background-color:#ababab; 
  }
#menu a:hover .topleft {
  border-right:10px solid #000; 
  border-top:10px solid #fff;
  }
#menu a:hover .topright {
  border-left:10px solid #000; 
  border-top:10px solid #fff;
  }

