* {
	padding: 0;
	margin: 0;
	font-family: "Arial Narrow";
	font-size: 14px;
}
body {
	background-color: #733973;
}
table {
	background-image: url(../images/purple_bright_1.jpg);
	background-repeat: no-repeat;
	height: 768px;
	width: 1024px;
	vertical-align: top;
}
.spacer {
	font-size: 24px;
}
a.menu {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
s	display: block;
	background: url(../images/buttons.jpg) center center;
	font-size: 14px;
	font-weight: normal;
	height: 30px;
	width: 132px;
	color: #FFFFFF;
	text-align: center;
	float: right;
	padding-top: 9px;
	padding-right: 5px;


}

a.menu:hover {
	font-weight: bold;
}
.main {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align: top;
	font-weight: bold;
}

.links {
	text-decoration: none;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	display: inline;
}
.links:hover{
	font-weight: bold;
}
