body {
color : #333333; 
font-family : "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif; 
background-color : #ececec; 
} 
#content {
margin : 35px; 
} 
.menuStyle {
color : #000000; 
font-size : 12px; 
font-family : "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
background-color : #ccc; 
padding : 5px; 
width : 100%; 
border : 1px solid #000000; 
} 
#menuHead {
background-color : #ccc; 
position : absolute; 
z-index : 50; 
top : 0; 
left : 0; 
} 
#menuHead1 {
position : relative; 
} 
#menu1 {
position : absolute; 
z-index : 100; 
visibility : hidden; 
width : 150px; 
} 
#menuHead2 {
position : relative; 
} 
#menu2 {
position : absolute; 
z-index : 100; 
visibility : hidden; 
width : 150px; 
} 
#menuHead3 {
position : relative; 
} 
#menu3 {
position : absolute; 
z-index : 0; 
visibility : hidden; 
width : 150px; 
} 
#menuHead4 {
position : relative; 
} 
#menu4 {
position : absolute; 
z-index : 200; 
visibility : hidden; 
width : 150px; 
} 
a.menulink:link {
font-weight : bold; 
text-decoration : none; 
} 
a.menulink:visited {
font-weight : bold; 
text-decoration : none; 
} 
a:active {
color : #666; 
font-family : "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
text-decoration : underline; 
} 
a.menulink:hover {
color : #900; 
font-family : "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
font-weight : bold; 
text-decoration : none; 
cursor : ne-resize; 
background : white; 
} 
a:link {
color : red; 
font-weight : bold; 
font-family : "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
} 
a:visited {
color : #f00; 
font-weight : normal; 
font-family : "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
} 
a:hover {
text-decoration : none; 
font-family : "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
cursor : nw-resize; 
} 
.small {
font-size : 0.7em; 
} 
h1 {
color : navy; 
margin : 3em; 
font-size : 1.2em; 
font-family : "Courier New", Courier, monospace; 
font-weight : bold; 
} 
#ht1 , #ht2 , #ht3 , #ht4 , #ht5 , #ht6 {
position : absolute; 
z-index : 100; 
top : 0; 
left : 10px; 
visibility : hidden; 
} 
.hyperText {
color : #333333; 
font : 10px/12px "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif; 
background-color : #cccccc; 
padding : 5px; 
border : 2px solid #ff6666; 
width : 250px; 
} 




abbr, acronym, .help {
  border-bottom: 1px dotted #333;
  cursor: help;
  }
