body {
	margin: 0px;
	padding: 0px;
	font-family: TrebuchetMS, Verdana, sans-serif;
}

#content {
	background: url(icon_trans.png) no-repeat center 260px #BBFF00;
	width: 600px;
	height: 870px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	border: 3px double black;
	padding: 20px;
	text-align: center;
	font-size: 16pt;
}

#content div {
	height: 480px;
}

#content a.bold {
	color: #333;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid black;
	padding: 4px;
	background-color: white;
}

#content a.bold:hover {
	background-color: #DDD;
}