/* screen styles */        
        
        body  {  margin: 10px 10%;  
                color: #000000; 
                background: #fffffa;
                }

        a:link  {
              font-weight  : bold;
              text-decoration: none;
              color: #cc0000;
              background: #ffffff;
              }

        a:visited  {
              font-weight  : bold;
              text-decoration: none;
              color: #330099;
              background: #ffffff;
              }

        a:hover  {
              font-weight  : bold;
              text-decoration: underline;
              color: #ff6600;
              background: transparent;
              }

        a:active  {
              font-weight  : bold;
              text-decoration: none;
              color: #ff9900;
              background: white;
              }

         a em {
                text-decoration: underline;
                font-style: normal;
                font-weight: bold;
               }

        body  {
        font-family:  Verdana, Gillsans /* http://www.killersites.com */, 
        Palatino, sans-serif;
        }
       
        p, td, div, ol, ul, dl, tt  {
        font-family:  Verdana, Gillsans /* http://www.killersites.com */, 
        Palatino, sans-serif;
        }
       
blockquote, blockquote p, blockquote div, 
blockquote ul, blockquote ol, blockquote dl {
        font-family: Georgia, "New Century Schoolbook", serif;
        }
        
        blockquote p { margin: 0;
                       text-indent: 25px;
        }

        blockquote, blockquote p {
                  text-align: justify;
                  }


        h1, h2, h3, th  { font-family:  Helvetica, sans-serif;
               text-align: center;
        }
       
        sup { 
                 font-family: Times, serif;
                     }
        
        h4, h5      {
                 text-align: left;
                 font-family: Arial, sans-serif;
                 }

        blockquote div { text-align: right;
        }
        
        p.email, .hide  { display: none;}

        i, em, dfn, cite, .it { font-style: italic;
                        font-weight: normal;
                        text-decoration: none;
        }

        .big1st    { 
                    font-weight: bold;
                    color: #ffcc00;
                      }

         li {
             margin-left: 5%;
             }

        .in1 {
              margin-left: 10%;
              }

        .in2 {
              margin-left: 15%;
              }

        .in3 {
              margin-left: 20%;
              }

        .in4 {
              margin-left: 25%;
              }

        .student, .hidstudent {
                 background-color: #ccffff;
                 }

         .first {
                 background-color: #33ccff;
                }

         .ebook  { 
                 background-color: #ffff00;
                  }
