BODY {
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	background-repeat : no-repeat;
	font-family : Verdana;
	font-weight : normal;
	font-size : 12px;
	font-variant : normal;
	font-style : normal;
	color : rgb(153,101,51);
}
H1 {
	font-family : Verdana;
	font-weight : bold;
	font-size : large;
	font-variant : normal;
	font-style : normal;
	color : rgb(153,101,51);
}
H2 {
	font-family : Verdana;
	font-size : medium;
	font-style : normal;
	color : rgb(153,101,51);
}
H3 {
	font-size : x-small;
	font-weight : bold;
	font-family : Verdana;
	font-style : normal;
	color : rgb(153,101,51);
}

A:LINK {
	background-color: transparent;
	color: rgb(153,101,51);
	text-decoration: none;
	font-family: Verdana;
	font-weight: bold;
	font-size: 15px;
}
A:VISITED {
	background-color: transparent;
	color: rgb(153,101,51);
	text-decoration: none;
	font-family: Verdana;
	font-weight: bold;
	font-size: 15px;
}
A:HOVER {
	background-color: transparent;
	color: rgb(153,101,51);
	text-decoration: underline;
	font-family: Verdana;
	font-weight: bold;
	font-size: 15px;
}
A:ACTIVE {
	background-color: transparent;
	color: rgb(153,101,51);
	text-decoration: none;
	font-family: Verdana;
	font-weight: bold;
	font-size: 15px;
}
TH {
	font-family : Verdana;
	font-size : 14px;
	font-weight : bold;
	color: rgb(153,101,51);
}
TD {
	font-family : Verdana;
	font-weight : bold;
	font-size : 12px;
	font-variant : normal;
	font-style : normal;
	color: rgb(153,101,51);
}