BODY {

background-color: #ECE7B1;
background-image: url(./images/back.jpg);
font-family: Arial;
}

H1 {
font-family: Tahoma;
font-size: 24px;
color: #006600;
}

H2 {
font-family: Tahoma;
font-size: 22px;
color: #000000;
}

H3 {
font-family: Tahoma;
font-size: 18px;
color: #000000;
}

A {
color: #0000FF;
font-weight: bold;
text-decoration: underline;
}

A:active {
color: #FF0000;
font-weight: bold;
text-decoration: none;
}

.buttonscontainer {width: 110px;}

.buttons a {color: #FFFFFF;
border: 1px solid;
background-color: #7D8D67;
padding: 2px;
padding-left: 3px;
font: 13px Arial, sans-serif;
font-weight: bold;
text-decoration: none;
border-color: #000000 #0E9042 #000000 #0E9042;
display: block;
margin: 0px;
width: 100%;
text-align: left;}

.buttons a:hover {border: 1px solid;
padding-left: 4px;
padding-top: 3px;
padding-bottom: 1px;
padding-right: 1px;
background-color: #71363D;
border-color: #176B46 #F5ED98 #F5ED98 #176B46;
color: #F9EC5C;
text-decoration: none;}