BODY {
scrollbar-base-color : #F8E8D1;
scrollbar-arrow-color : #000000;
scrollbar-shadow-color:    #dddddd;
scrollbar-highlight-color: #ffffff;
scrollbar-track-color:     #eeeeee; 
background : url(../images/bkg2.jpg) fixed;
font-family : "arial, Comic Sans, MS sans-serif ";
font-size:12px;
 letter-spacing : normal;
 word-spacing : normal;
 overflow: auto;
 }
 table 	{
 	 	background-color: #ffega3;
 	}
 
A:link 
 { text-decoration: none; color: rgb(0,0,255);
 font-family : arial, Comic Sans MS,  sans-serif ;
 font-weight : bold;
 font-size:14px;
 cursor: auto;
 }
 
A:visited {text-decoration: none;color:rgb(0,0,255);
 font-family : arial, Comic Sans MS,  sans-serif  ;
 font-weight : bold;
 font-size:14px;
 }
 
A:hover 
 { text-decoration:  underline; color: rgb(255,0,0); 
 background-color : #fffa5a;
 font-family : arial, Comic Sans MS,  sans-serif  ;
 font-weight : bold;
 font-size:14px;
 cursor: auto;
 }
 
acronym {border-bottom: dashed red 1px;}

#fadeinbox{
position:absolute;
left: 0;
width: 500px;
top: -100px;
border: 2px solid green;
background-color: lightyellow;
padding: 4px;
z-index: 100;
visibility:hidden;
}
acronym {border-bottom: dashed red 1px;}
/*<acronym title="this is the text that shows</acronym>*/
 
