/* This is a minimal style sheet based on excerpts from the
"Traditional" style sheet from W3C */


a:link  {       
        text-decoration:        none;
        font-weight:    bold; 
        color:  #C00;
        }       
                
a:visited       {       
        text-decoration:        none;
        font-weight:    bold;
        color:  #69C;
        }       
                
a:active        {       
        text-decoration:        none;
        font-weight:    bold;
        color:  #C00;
        }       
                
a:hover {       
        text-decoration:        none;
        color:  #F00;
        }       
                
a.offsite       {       
        text-decoration:        none;
        font-weight:    normal;
        color:  #C66;
        }       
                
  

body    {       
        color:  black;
        background: #ffffff;
        } 

body    {
        margin-top:     1.58em;
        margin-left:    16%;
        margin-right:   10%;
        margin-bottom:  1.58em;
        padding-top:    0;
        padding-left:   0;
        padding-right:  0;
        padding-bottom: 0;
        border-top:     0;
        border-left:    0;
        border-bottom:  0;
        border-right:   0;
        width:  auto;
        }
        /* end body box */


