#top_area {
	width: 600px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
}
body {
	text-align: center;
}
a:link {
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
	color: #003366;
}
a:visited {
	font-size: 12px;
	line-height: 16px;
	color: #003366;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	line-height: 16px;
	color: #003366;
	text-decoration: underline;
}
a:active {
	font-size: 12px;
	line-height: 16px;
	color: #003366;
}
