body {
	background-color: #FFFFFF;
	background-image: url(background.png);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
}
body,td,th {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a:link,
a:active,
a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #0000FF;
	text-decoration: underline;
}
hr {
	border: 0;
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 1px;
}
p {
	line-height: 1.5em;
}
dl {
	line-height: 2em;
}
#main {
	margin: 50px auto;
	width: 800px;
	text-align: left;
}
.linkBox {
	font-family: georgia, helvetica, sans-serif;
	display: block;
	width: 370px;
	height: 150px;
	float: left;
	background: #000000;
	background-image: url(arrows.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	color: #FFFFFF;
	font-size: 5em;
	padding: 10px;
	margin: 0 10px 10px 0;
	text-decoration: none;
}
.linkBox:link,
.linkBox:active,
.linkBox:visited,
.linkBox:hover {
	color: #FFFFFF;
	text-decoration: none;
}
