
 BODY {BACKGROUND-IMAGE : URL("BackGround3.jpg"); color : navy }
 
 A:link {color: maroon }
 A:visited {color: olive }
 A:active {color: silver }

 UL, OL, DL {font-size:12pt }
 DT {font-weight : bolder}
 DT DT {font-size : smaller ; font-style : italic}

 
 div.center { text-align: center }
 div.pink { color : fuchsia }
 div.green { color : green }
 div.right { text-align : right }

 p.important {font-weight: bold; font-style: italic; font-size: large ;
              color: maroon; text-align : center }
 p.zing { color : purple ; text-decoration : blink }
 p.special { color : #993366; font-family :"News Gothic MT"; text-align : center; font-style: italic }
 p.morespecial { color : #993366; font-family :"News Gothic MT";
                 text-align : center; font-style: italic; font-size : larger }
 .lrcorner {border-style: none inset inset none ; border-right-width: thick; 
            border-bottom-width: thin }
 .StealthLink { text-decoration : none; color: none}
 .OLURoman {list-style-type : Upper-roman}
 .whitebox {background-color: white; padding: 1em; border-top-width: thin;border-left-width: thin;
       border-bottom-width: thick;border-right-width: thick; border-style: outset; text-align : center }
 


