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

BODY { background-color: #FFFFEE;
       background-image: url('LibertBell.jpg')
}
p {text-align: Justify;}
h1 {
    text-align: Center; 
    color: blue; 

}
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: small;
    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;
} 