/* CSS Document */


.body {
font-family: Tahoma, Arial, Helvetica; 
font-size:90%;
text-align: left;
color: black;
background-color: white;

}

.h1 {
font-family: Tahoma, Arial, Helvetica; 
font-size:150%;
color: #4b3c23;
font-weight: bold;
padding: 1em;
margin: 5%;

}

.h2 {
font-family: Tahoma, Arial, Helvetica; 
font-size:120%;
color: #4b3c23;
font-weight: bold;
padding: 1em;
margin: 5%;

}

.p {
font-size:100%;
margin-right: 10%;
margin-left: 10%;
}

.buttons {
min-height: 1em;
display: table-cell;
vertical-align: middle
color: #4b3c23;
font-weight: bold;
font-family: sans-serif;
padding: 1em; 
margin: 2%;
}

a:link {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #4b3c23; text-decoration: none;

}

a:visited {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #4b3c23;
}

a:active {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #f9f0e1;
}

a:hover {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #e4d3a7;
}

#border {
border-width: .1em;
border-color: #4b3c23;
border-style: solid;
width: 182px;"
} 


