body {
	background-color: #700000;
	background-image: url(/images/bg.gif);
	background-position: center;
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: #fff;
}

a:link {
	color: #ffcc00;
	font-weight: bold;
}

a:active {
	color: #ffcc00;
	font-weight: bold;
}

a:visited {
	color: #fff;
	font-weight: bold;
}

a:hover {
	color: #fff;
	font-weight: bold;
}

#main {
	width: 590px;
	text-align: left;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 16px;
}

.imagelink a:link {
	font-size: 12px;
}

.imagelink a:active, a:visited, a:hover {
	font-size: 12px;
}