body {
	font: x-small, sans-serif;
	font-size: 12px;
	margin: 10px;
}

table,tr,td {
	font: x-small, sans-serif;
	font-size: 12px;
}

.title {
	position: absolute;
	top: 20px;
	right: 60px;
	font-size: 36px;
	text-align: center;
}

.title span {
	font-size: 24px;
}

#links {
	margin-top: 30px;
	width: 190px;
}

#links a:link, #links a:active, #links a:visited {
	display: block;
	font-size: 14px;
	color: #999;
	line-height: 22px;
}

#links a:hover {
	color: #f30;
}

a:link, a:active, a:visited {
	color: #999;
}

a:hover {
	color: #f30;
}

.imgbr {
	border: 1px solid #333;
}

#content {
	position: absolute;
	top: 150px;
	left: 200px;
	padding: 14px;
	border-top: 1px dashed #ccc;
	border-left: 1px dashed #ccc;
}

