
body {
color: brown;
background: #F3EFCE;
text-align: center;
margin: 20px;
font-family: tahoma, serif;
}

A:link, A:visited, A:active {
color: #F3EFCE;
font-weight: bold;
font-size: 14pt;
font-family: tahoma, serif;
line-height: 15pt;
text-align: center;
text-decoration: none;
vertical-align: middle;
background-color: brown;
margin: 15px;
border: 0;
padding: 5px;
}

A:active { color: brown; background-color: #F3EFCE; }
a:hover { background-color: blue; }

P {
color: brown;
font-size: 12pt;
font-family: tahoma, serif;
line-height: 14pt;
text-align: center;
margin: 2px;
border: 2px;
padding: 2px;}

H1 {
color: brown;
font-weight: bold;
font-size: 24pt;
font-family: tahoma, serif;
line-height: 28pt;
text-align: center;
}

