body {
	background: #fff;
	color: #333;
	margin: 20px;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
}

.links {
	margin-right: auto;
	border: 1px solid #333;
	text-align: center;
}

.links td {
	border: 1px solid #333;
	padding: 5px;
}

hr {
	border-width: 1px;
	border-color: #333;
	border-style: solid;
}

a:link, a:visited, a:active {
	text-decoration: underline;
	color: #0000cc;
	background: none;
	font-size: 12px;
}
a:hover {
	text-decoration: none;
	color: #333;
	background: none;
	font-size: 12px;
}

.noborder {
	border: 0;
}
