body, table, tr, td {background: url(background.png);
                 background-color: #ffffff;
	font: 8pt georgia; 
	color: #D7BA8E;
	line-height: 14px;
	cursor: default;
	letter-spacing: 1px}

a:link, a:active, a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #C59A6E;
}
a:hover {color: #D3C3A1;
font-weight: normal;
text-decoration: none;
}

.heading
	{
	font-size: 12px;
	font-family: georgia; 
	font-weight: bold;
	color: #D3C3A1;
                  letter-spacing: 4px;
	padding: 0px; 
	border-width: 0pt;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	}

input, textarea, option, select {
	background-color: #ffffff;
	font: 8pt georgia;
	text-decoration: none;
	color: #D7BA8E;
	letter-spacing: 1px;
	border: 1px dotted #D7BA8E;
	padding:2px; }


ul {
   list-style-type: square;
}

.block {
background-color : #F5F1E7;
border-left : 1px solid #F5F1E7;
border-right : 1px solid #F5F1E7;
border-bottom : 3px solid #BC8145;
color : #D7BA8E;
margin : 0 auto;
padding : 3px;
width : 85%;
}
.block a {
background-color : #F5F1E7;
color : #C59A6E;
}
.block a:hover {
background-color : #F5F1E7;
color : #D3C3A1;
}