body {
	background: url(images/bg.jpg) repeat-x;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 10px;
		}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	text-align: right;
}

.welcome {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	text-indent: 0px;
}

a:link {
	color: #ae4141;
	text-decoration: none;
}
a:visited {
	color: #ae4141;
	text-decoration: none;
}
a:hover {
	color: #ae4141;
	text-decoration: underline;
}
a:active {
	color: #ae4141;
	text-decoration: none;
}

.smallhead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	text-indent: 0px;
}

.tablehead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #ffffff;
	margin: 10px;
}