body
{
	background: black fixed;
	background-image: url(/images/background.jpg);
	font-family: Arial, sans-serif;
	color: #99CCFF;
}

.center
{
	text-align: center;
}

h1
{
	font-size: x-large;
	font-weight: bold;
}

img
{
	border: 0px none;
}

a:link, a:visited
{
	background: none;
	color: #99CCFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

a:active, a:hover
{
	background: none;
	color: white;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

table
{
	border: 0px none;
	width: 100%;
	text-align: center;
}

ul
{
	list-style: url(/images/bullet.jpg) circle
}

.red
{
	color: red;
}

#content
{
	position: absolute;
	width: 650px;
	background: fixed;
	border: 3px solid;
	padding: 10px 10px 10px 20px;
	text-align: center;
	top: 25px;
	left: 175px;
}