.content, table, tr, td, p, div {
color: #4c3525;
font-family: verdana;
font-size: 7pt;
font-style: normal;
background-color: #fafddc;
}


h1 {
color: #fafddc;
font-family: verdana;
font-size: 7pt;
font-style: bold;

background-color: #4c3525;
}

body {
background-color: #4c3525;
}

h2 {
color: #4c3525;
font-family: verdana;
font-size: 7pt;
font-style: bold;
}

a:link, a:active, a:visited {
color: #4c3525;
font-style: underline;
font-weight: bold;
}
a:hover {
color: #cdc0b7;
}

input, textarea, option, select {
	background-color: #fafddc;
	font: 7pt arial;
	color: #4c3525;
	letter-spacing: 1px;
	border: 1px solid #4c3525;
	padding:2px; }
