






/* default setup that everything sees */
.shadowfont {
  /* needed for Internet explorer filter: Shadow(Color=brown,                  Direction=135,                  Strength=5);
 */
  height: 1em;
  
  /* Needed for Gecko */
  line-height: 2em;
  white-space: nowrap;
  font-family:  "Arial", "sans-serif"; 
  font-size:25pt ;
  color: Firebrick ;
}

/* 
 * used by browsers which know about
 * :before to create the shadow 
 */
.shadowfont:before {
  display: block;
  margin: 0 0 -2.12em 0.15em;
  padding: 0;
  color: #666666; 
}

 
 




.blurwind { filter: Blur(Add=true, Direction=135, Strength=10)} 



 
 /* table border effect */
body { background: white}

/* css td font definition overwriten by font within td */ 
body { font-family: "Verdana","Lucida  Console","Tahoma", "Arial", "sans-serif"; font-size:12pt }

											 
td { font-family:  "Verdana","Lucida  Console","Arial", "sans-serif"; font-size:10pt ;color: black} 
/*back ground will overwrite background image*/
/*td   { background: green }  */
td p { background: yellow }
 
 
 
/*overwrite part of dotted border*/
 
 
 .submenum{ color:yellow; text-decoration: none; font-family:  "Lucida  Console","Arial", "sans-serif"; font-size:8pt ; }
 
a img {border: none; } 
/* css link definition overwriten by within the ancher */
a.nav:link { color:purple; text-decoration: none; font-family:  "Lucida  Console","Arial", "sans-serif"; font-size:8pt ; }
a.nav:visited {color: purple; text-decoration: none; font-family:  "Lucida  Console","Arial", "sans-serif"; font-size:8pt ; }
/* hover effect */
a.nav:hover {color: orange; text-decoration: overline underline; }
a.nav:active {color: crimson; } 
/* external link */
a.external:link {color: #0000ff; font-size: 18pt; font-weight: bold; }
a.external:visited {color: #894f7b; font-weight: bold; }
a.external:hover {text-decoration: overline; background-color: #003399; }
a.external:active {color: red; } 

