<!-- CSS Stylesheet -->
<!-- created by Causeway CSS Stylesheet Editor RCS 2001 -->
<!-- www.causeway.co.uk/freestuf/cssedit/ -->

h1 {
    text-align: Center; 
    color: blue; 
    background-color: #FFFFBB; 
    border: blue thin Outset; 
}
h2 {
    text-align: Center;
    color: blue;
}
h3 {
    text-align: Left;
    color: green;
}
h4 {
    text-align: Left;
    color: blue;
    font: italic;
}
a:link    {  
    color:  blue;
    font-size: small;
    font-family: Times New Roman;
    font-varient: small-caps;
    text-decoration: underline;
    font-weight: bold;
    background: none;
}   
a:visited { 
    color: #218429;
    font-size: small;
    font-family: Times New Roman;
    font-varient: small-caps;
    text-decoration:  underline;
    font-weight: bold;
    background: none;
} 
a:hover {
    color: red; 
    font-size: small;
    font-family: Time New Roman;
    font-varient: small-caps;
    text-decoration: underline;
    font-weight: bold;
    background: none;
}
a:active  { 
   color: green;
    font-size: small;
    font-family: Times New Roman;
    font-varient: small-caps;
    text-decoration: underline;
    font-weight: bold;
   background: none;
} 


a.button:link    {  
    color:  blue;
    font-size: medium;
    font-family: Helvetica;
    font-varient: small-caps;
    text-decoration: none;
    font-weight: bold;
    background: none;
}   
a.button:visited { 
    color: blue;
    font-size: medium;
    font-family: Helvetica;
    font-varient: small-caps;
    text-decoration:  none;
    font-weight: bold;
    background: none;
} 
a.button:hover {
    color: yellow; 
    font-size: medium;
    font-family: Helvetica;
    font-varient: small-caps;
    text-decoration: none;
    font-weight: bold;
    background: blue;
}
a.button:active  { 
   color: red;
    font-size: medium;
    font-family: Helvetica;
    font-varient: small-caps;
    text-decoration: none;
    font-weight: bold;
   background: none;
} 





body {
   background: white;
   font-size: 9pt;
   }
#menu {
   display: none;
   }
#wrapper, #content {
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }
div#content {
   margin-left: 10%;
   padding-top: 1em;
   border-top: 1px solid #930;
   }
div#mast {
   margin-bottom: -8px;
   }
div#mast img {
   vertical-align: bottom;
   }

#content a[href^="/"]:after {
   content: " (http://www.alistapart.com" attr(href) ") ";
   }