body    { margin: 0px; 
          padding-left: 2px;
          padding-right: 2px;
        }


A:link {color: purple; text-decoration: underline; }
A:visited {color: #666633; text-decoration: underline; }
A:active {color: purple; text-decoration: none; } 
A:hover { color: white; text-decoration: underline; background: purple; }

.nav  { font-family: Verdana, Helvetica, sans-serif;
        font-size: x-small;
        font-weight: normal;
        color: white;
        background: #999966;
        text-align: center;
        border: 0.1px solid none;
      }

.nav A:link {color: white; text-decoration: none; }
.nav A:visited {color: purple; text-decoration: none; }
.nav A:active {color: white; text-decoration: none; } 
.nav A:hover { color: white; text-decoration: underline; background: purple; }

.navfocus { font-family: Verdana, Helvetica, sans-serif;
            font-size: x-small;
            font-weight: normal;
            color: white;
            background: purple;
            text-align: center;
            border: thin #999966 solid;
          }  

.navfocus A:link {color: #AEB78F; text-decoration: none; }
.navfocus A:visited {color: #AEB78F; text-decoration: none; }
.navfocus A:active {color: #AEB78F; text-decoration: none;}

.navreverse  { font-family: Verdana, Helvetica, sans-serif;
        font-size: x-small;
        font-weight: normal;
        color: #666633;
        background: white; 
        text-align: center;
        border: medium purple solid;
      }

.navreverse A:link {color: #666633; text-decoration: none; }
.navreverse A:visited {color: #666633; text-decoration: none; }
.navreverse A:active {color: #666633; text-decoration: underline; } 
.navreverse A:hover { color: white; text-decoration: underline; background: purple; }

.copyright { font-family: Verdana, Helvetica, sans-serif;
             font-size: xx-small;
             font-weight: normal;
             color: #999966;    
         }

.copyright A:link {color: purple; text-decoration: underline; }


p { font-family: Tahoma, Helvetica, sans-serif;
         font-size: normal;
         font-weight: normal;
         color: #000000;
        }

h1 { font-family: Verdana, Helvetica, sans-serif;
        font-weight: bold;
         color: black;
        }

h2 { font-family: Verdana, Helvetica, sans-serif;
        font-weight: bold;
         color: black;
        }

h3 { font-family: Verdana, Helvetica, sans-serif;
        font-weight: 700;
         color: purple;
        }

h4 { font-family: Verdana, Helvetica, sans-serif;
        font-weight: 700;
         color: purple;
        }

.sidebar { font-family: Tahoma, Helvetica, sans-serif;
         font-size: normal;
         font-weight: bold;
         color: white;
         background: purple;
         border: medium #999966 solid;

         }

.biblio { font-family: Tahoma, Helvetica, sans-serif;
         font-size: normal;
         font-weight: bold;
		 font-style: oblique;
         text-decoration: underline; 
         color: white;
         background: purple;
         
         }
