body {
background: no-repeat right bottom fixed url(images/cow.gif) black;
color: lime
}


h1 {
font-size: 20pt;
font-weight: bold;
font-family: serif;
color: red;
}


h2 {
font-size: 19pt;
font-weight: bold;
font-family: serif;
color: red;
}


h3 {
font-size: 18pt;
font-weight: bold;
font-family: serif;
color: red;
}


h4 {
font-size: 17pt;
font-weight: bold;
font-family: serif;
color: red;
}


h5 {
font-size: 16pt;
font-weight: bold;
font-family: serif;
color: red;
}


h6 {
font-size: 15pt;
font-weight: bold;
font-family: serif;
color: red;
}


h7 {
font-size: 14pt;
font-weight: bold;
font-family: serif;
color: red;
}


p {
font-size: 12pt;
font-family: serif;
color: lime;
}

li {
font-size: 12pt;
font-family: serif;
color: lime;
list-style-position: inside;
}


p.fineprint {
font-size: xx-small;
text-align: center;
}


p.centered {
text-align: center;
}


p.right {
text-align: right;
}


a:link {
color: #00B5EF;
}


a:active {
color: teal;
}


a:visited {
color: olive;
}


div.left {
float: left;
background: silver;
width: 20%;
margin-right:5px}


div.main {
background: navy;
}