body, table, tr, td {background: url(background.png);
                 background-color: #ffffff;
	font: 8pt georgia; 
	color: #BB5900;
	line-height: 14px;
	cursor: default;
	letter-spacing: 1px}

a:link, a:active, a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #FC9E3C;
}
a:hover {color: #C61A00;
font-weight: normal;
text-decoration: none;
}

.heading
	{
	font-size: 12px;
	font-family: georgia; 
	font-weight: bold;
	color: #C61A00;
                  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: #BB5900;
	letter-spacing: 1px;
	border: 1px dotted #BB5900;
	padding:2px; }


ul {
   list-style-type: square;
}

.block {
background-color : #FFFFE0;
border-left : 1px solid #FFFFE0;
border-right : 1px solid #FFFFE0;
border-bottom : 3px solid #BC8145;
color : #BB5900;
margin : 0 auto;
padding : 3px;
width : 85%;
}
.block a {
background-color : #FFFFE0;
color : #FC9E3C;
}
.block a:hover {
background-color : #FFFFE0;
color : #C61A00;
}