
TABLE, TD, TH {
  font-family: Arial, Helvetica, san-serif; 
  font-size: 12pt; 
  font-style: normal; 
}

SUP {
  font-family: Arial, Helvetica, san-serif; 
  font-size: 6pt; 
  font-style: normal; 
}

BODY, UL, LI, P { 
  font-family: Arial, Helvetica, san-serif;
  font-size: 12pt; 
  font-style: normal; 
  SCROLLBAR-BASE-COLOR: lightblue;
  SCROLLBAR-ARROW-COLOR: black;
}

UL, LI, P {
  font-family: Arial, Helvetica, san-serif;
  font-size: 12pt; 
  font-style: normal; 
}

STRONG {
  font-family: Arial, Helvetica, san-serif; 
  font-size: 14pt; 
  font-style: bold; 
}  

H1 {
  font-family: Arial, Helvetica, san-serif; 
  font-size: 17pt; 
  font-style: bold; 
}

FORM {
margin:0;
}

PRE {
margin:0;
}

A:hover {text-decoration: none; background-color: cyan; color:#000000}



/* FOR THE MOVER */
#wrap, #wrap2  		{ width: 600px; position: relative; }
#small, #small2		{ position: relative; width: 100%; }
#large, #large2		{ background: white; position: relative; width: 600px; }
#mover, #mover2		{ position: absolute; top: 0; left: 0; width: 104px; height: 104px; overflow: hidden; z-index: 100; background: white; display: none; }
#overlay, #overlay2	{ border: 1px solid blue; width: 102px; height: 102px; position: absolute; top: 0; left: 0; z-index: 200; }

