BODY
{
    color= #944b07;
	  Background-color=#fffde0;
}
H1
{
	text-align : center;
	vertical-align : middle;
	font-family : "Times New Roman", Times, serif;
	font-family : "Courier New", Courier, monospace;

}
H2
{
	text-align : center;
	vertical-align : middle;
	font-family : "Times New Roman", Times, serif;
	font-family : "Courier New", Courier, monospace;
}
H3
{
	text-align : center;
	vertical-align : middle;
	font-family : "Times New Roman", Times, serif;
	font-family : "Courier New", Courier, monospace;
}

.buttonscontainer {
	width: 150px;
	vertical-align : text-top;
}
.buttons a {
         color: #6b2e12;
         background-color: #fffde0;
         padding: 2px;
         padding-left: 3px;
         display: block;
         font: 13px Arial, sans-serif;
         font-weight: bold;
         text-decoration: none;
         text-align: left;}

.buttons a:hover {
         color: #fffde0;
         background-color: #944b07;
         text-decoration: none;}