BODY {

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

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

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

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

A {
color: #7159D9;
font-weight: bold;
text-decoration: underline;
}

.buttonscontainer {width: 105px;}

.buttons a {color: #000000;
border: 1px solid;
background-color: #BEBDBF;
padding: 2px;
padding-left: 3px;
font: 12px Arial, sans-serif;
font-weight: bold;
text-decoration: none;
border-color:  none;
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: #E1E1E6;
border-color: none;
color: #7159D9;
text-decoration: none;}

