body {
font-family: Verdana, Arial, Helvetica, sans-serif; 
color: #121212;
font-size: 1.0em; 
background-image: url(images/ginghamgreen.gif);
background-repeat: repeat-x;
background-repeat: repeat-y;
background-color: white;
margin-bottom: 50px;
margin-left: -10px;
margin-top: -10px;
padding: 10px;
}
h1{
color: #252525;
text-align: center;
font-size: 1.2em;
font-family: 'Century Gothic', 'Lucinda Sans Unicode', sans-serif;
background-color: transparent;
} 
h2 {
color: #252525;
text-align: center;
font-size: 1.2em;
font-family: 'Century Gothic', 'Lucinda Sans Unicode', sans-serif;
background-color: transparent;
} 

#content { 
position: absolute; 
left: 100px; 
top: 15px; 
right: 30px;
}

a:link {
color: #003b12;
font-weight: bold;
background-color: transparent;
text-decoration: none;
}
a:visited {
color: #800080;
font-weight: bold;
background-color: transparent;
text-decoration: none;
}
a:hover {
color: #ff0000;
font-weight: bold;
background-color: transparent;
text-decoration: none;
}
a:active {
color: #000080;
font-weight: bold;
background-color: transparent;
text-decoration: none;
}
.table, td {
border: 1px solid red; 
border-collapse: collapse;
vertical-align: top;
font-size: 1.0em;
color: #000000;
padding: 20px;
margin-left: 30px;
background-color: transparent;
}

.footer {
font-size: .8em;
color: #000000;
margin-bottom: 50px;
margin-left:30px;
background-color: transparent;
align:right;
}