body {
	overflow-x: hidden;
}

#content p {
	font-size: 12px;
	line-height: 1.5em;
	text-align: center;
}
/*
#top-text {
	margin: 0 10px 0 auto;
	position: relative;
	top: -210px;
	z-index: 2;
}

#top-text dl {
	font-size: 12px;
	line-height: 1.5em;
}

#top-text dl blockquote {
	margin: 0;
	padding: 0;
	font-style: italic;
}
*/
a:link {
	color: #ffffff;
	text-decoration: underline;
}
a:visited {
	color: #ffffff;
	text-decoration: underline;
}
a:hover {
	color: #ffffff;
	text-decoration: underline;
}
a:active {
	color: #ffffff;
	text-decoration: underline;
}

