/* CSS Document */

body {
	background-image: url(images/phpbkg.gif);
	background-repeat: repeat;
	background-color: #f7f7cd;
}
body,td,th {
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	color: 442c18;
}
a {
	font-size: 12px;
	color: F7F7CD;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: F7F7CD;
}
a:hover {
	text-decoration: underline;
	color: F7F7CD;
}
a:active {
	text-decoration: none;
	color: F7F7CD;
}
