BODY {

background-color: #99CC66;
font-family: Arial;
}

H1 {
font-family: Tahoma;
font-size: 24px;
color: #FF0000;
}

H2 {
font-family: Tahoma;
font-size: 22px;
color: #000000;
}

H3 {
font-family: Tahoma;
font-size: 18px;
color: #000000;
}

H4 {
font-family: Tahoma;
font-size: 18px;
color: #FF0000;
}

A {
color: #0000AA;
font-weight: normal;
text-decoration: underline;
}

.buttonscontainer {width: 120px;}

.buttons a {color: #;
border: 1px solid;
background-color: #;
padding: 0px;
padding-left: 0px;
font: 12px Arial, sans-serif;
font-weight: bold;
text-decoration: none;
border-color: # # # #;
display: block;
margin: 3px;
width: 100%;
text-align: center;}

.buttons a:hover {border: 1px solid;
padding-left: 0px;
padding-top: 0px;
padding-bottom: 0px;
padding-right: 0px;
background-color: #;
border-color: # # # #;
color: #;
text-decoration: none;}

