/*This is the basic style sheet for the OLF website*/

body {
background-color: #CCFFFF;
background-image: url('bg.jpg');
background-attachment: fixed;
background-position: top left;
font-family: "Times New Roman", Times, serif;
font-size: 1em;
vertical-align: 15%;
margin-left: +10%;
margin-bottom: 3pt;
margin-right: 3%;
margin-top: +3%;
color: #1e70c1;}

h1 {
font-size: 2em;
color: #0033CC;}

a:link {
color: #000099; text-decoration: none; font-size: 0.75em; font-family: "MS Sans Serif", Geneva, sans-serif;
} 

a:visited {
color: #000099;
text-decoration: none; font-family: "MS Sans Serif", Geneva, sans-serif; font-size: 0.75em}

a:hover {
color: #000099;
text-decoration: none; font-family: "MS Sans Serif", Geneva, sans-serif; font-size: 0.75em}

a:active {
text-decoration: none;
color: #000099;;  font-size: 0.75em;
 font-family: "MS Sans Serif";
}

h1, h2, h3, h4, h5, h6 {
font-family: Times, "Times New Roman", serif;}

