#center {
width: 800px;
margin: 0px auto;
}
body,td,th {
	font-family: Times New Roman, Times, serif;
	font-size: 100%;
	color: #006666;
}
body {
	background-color: #FFFFFF;
	background-image: url(bg.jpg);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-size: 100%;
	color: #009999;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #006666;
}
a:hover {
	text-decoration: none;
	color: #009999;
}
a:active {
	text-decoration: underline;
}
border {
	border: 4px solid #ACACAC;
}
p {text-indent:1cm}