/* CSS Document */

body {
	background-color: #807A7E;
}
#wrapper {
	margin: 0 auto;
	width:700px;
	}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a {
	font-size: 14px;
	color: #945B30;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #EF7520;
}
a:active {
	color: #000000;
}
a:link {
	color: #000000;
}.bold {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #EC9B0B;
	text-align: center;
}

