table{
	background-image: url(pictures/parchmentile.jpg);
	background-repeat: repeat;
	border-top: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-left: 1px solid;
	border-color: #666666;
}
.text {
	text-indent: 15pt;
	line-height: 25px;
	font-size: 15px;
}
.links {
	font-weight: bold;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #669933;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
.copyright {
	font-size: 12px;
}
body {
	background-color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	text-align: center;
	background-image: url(pictures/concrete.gif);
	background-repeat: repeat;
}

