body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF8DC;
	background-color: Gray;
	background-image: url(pics/top.jpg);
	background-repeat:no-repeat;
}
a {
	text-decoration: underline;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: White;
}
a:hover {
	color: #FFFAe0;
}
a:visited {
	color: #FFF0F5;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bolder;
	text-decoration: none;
	color: White;
}
table {
	border: 0px;
	margin: 2px;
	padding: 2px;
	text-align: left;
	vertical-align: middle;
}
.selected {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: White;
	font-weight: bolder;
	background-color: #A9A9A9;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: smaller;
}