/* STyle Sheet for CSS class wk2 part2, created 111602*/


 body    {background-color: #F0F8FF;
               background-image: URL(images/jcd_pwdblu.jpg);
              font-family: Tahoma, Arial, "Comic Sans MS", san-serif;
              font-size:1em;
              color:#000080;
                 }
H2       {font-size:2em; 
            font-weight:bold; 
            color: #0084A5;  
             text-align: center;
                 }
H3      {font-size:1.75em; 
           font-weight:bold; 
           font-variant: small-caps;  
           text-decoration:underline; 
           color:#008080;  
            text-align: center;
                 }
H4      {font-size:1.50em; 
           font-weight:bold; 
           font-stretch: wider; 
           text-decoration:underline;
           color:#000000; 
           text-align: center;
                }
p      {font-family:"Bookman Old Style", "Comic Sans MS", Sans-serif;
          font-size:1em; 
          color:#000080;
                 }
td      {background-color: #F0F8FF;
           text-align: center;
                 }

 a:link          {color:#000000; 
                     font-weight: bold;
                  }
 a:active       {color: #F848F0; 
                  }
 a:hover       {background-color: #FFFFFF;
                     font-weight: lighter;
                    text-decoration: none;
                  }
 a:visited       {color: #F8B0F0;  
                     text-decoration: none;
                  }
 
