@charset "utf-8";
/* CSS Document */

#bottom {
	width: 600px;
	height: 20px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;

}
A:link {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
A:visited {
	text-decoration: none;
	color: #333333;
}
A:active {
	text-decoration: none;
	color: #666666;
}
A:hover {
	text-decoration: underline;
	color: red;
}

