#content {
	text-align: center;
	margin: auto;
}
a:link {
	color: #999;
	text-decoration: none;
}
body {
	margin: 0px;
	padding: 0px;
}
a:visited {
	color: #999;
	text-decoration: none;
}
a:hover {
	color: #CACACA;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #000;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #666;
}

a:active {
	color: #39C;
	text-decoration: none;
}
