/* screen styles */        
        
        body  {  margin-left: 10%;
                margin-right: 10%;  
                color: black; 
                background: #fffffa;
                }

        a:link  {
              font-weight  : bold;
              text-decoration: none;
              color: #c00;
              background: white;
              }

        a:visited  {
              font-weight  : bold;
              text-decoration: none;
              color: #309;
              background: white;
              }

        a:hover  {
              font-weight  : bold;
              text-decoration: underline;
              color: #f60;
              background: transparent;
              }

        a:active  {
              font-weight  : bold;
              text-decoration: none;
              color: #f90;
              background: white;
              }


        body  {
        font-family:  Verdana, Gillsans, Palatino, sans-serif;
            /* http://www.killersites.com */
        }
       
        blockquote, p, div, ul, ol, tt  {
        font-family:  Verdana, Gillsans, Palatino, sans-serif;
            /* http://www.killersites.com */
        }
       
        blockquote, p {
                         text-align: justify;
                         }

        pre  {
                 font-family:  Times, serif;
        }

        h1, h2, h3  { font-family:  Helvetica, sans-serif;
               text-align: center;
        }
       
       h4 {
             text-align: left;
             }
       
       h4, h5, sup { font-family: Arial, sans-serif;}

        p.email  { display: none;}

        em, dfn, cite { font-style: italic;
                        font-weight: normal;
                        text-decoration: none;
        }
