* {
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
body {
	background-color: #733973;
}
table {
	background-image: url(../images/purple_bright_1.jpg);
	background-repeat: repeat-y;
	height: 768px;
	width: 1024px;
	vertical-align: top;
}

a.menu {
	text-decoration: none;
s	display: block;
	background: url(../images/buttons.jpg) center center;
	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;
}

a.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	text-align: left;
	font-weight: normal;
	color: #FFFFFF;
	display: inline;
}
a.links:hover{
	font-weight: bold;
}
.spacer {
	font-family: "Arial Narrow";
	font-weight: normal;
	font-size: 23px;
}

