body {
	margin: 0px;
	background-image: url('images/bg.jpg');
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #B8034B;
}
a {
	text-decoration: underline;
	color: #ffcccc;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
}
a.top {
	font-size: 24px;
	COLOR: #CC0033;
}
a.bookmark {
	font-size: 24px;
	color: #ffffff;
}
td {
	font-size: 12px;
}
#header {
	width: 100%;
	background-image: url('images/header_bg.jpg');
	text-align: center;
}
#content {
	width: 100%;
	text-align: center;
}
#content img {
	margin: 3px;
	padding: 1px;
	border: 1px solid #B8034B;
}
#content img:hover {
	margin: 3px;
	padding: 1px;
	border: 1px solid #FFFFFF;
}
