a:link, a:active, a:visited {
 font-family: Arial,Helvetica,sans-serif;
 color:blue;
 background-color:inherit;
 text-decoration:underline;
}
a:HOVER {
 font-family: Arial,Helvetica,sans-serif;
 color:#000000;
 background-color:inherit;
 text-decoration:underline overline;
}

BODY {
 color:black;
 background-color:#339900;
 font-family: Arial, Helvetica, sans-serif;
 font-size:12pt;
 background: url(images/500DollarBill_FrontBack.jpg);
 background-repeat: repeat;
 background-attachment: fixed;
 background-position: upper left;
 margin: 0 100px 0 100px;
}
H1 {
 font-size:36pt;
 text-align:center;
 color: #FF0000;
 text-decoration: underline;
}
H2 {
 color: #000000;
 text-decoration: underline;
 background-color:inherit;
 text-align:center;
 font-size: 20pt;
}
#content {
 color: black;
 background-color: white;
 font-size: 12pt;
 padding: 0 10px 0 10px;
/* height:400px; */
 border: 2px solid black;
}
