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


body {
	font-family: "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #999;
}

.top {
	color: #FFF;
	background-color: #BFBFBF;
	padding: 8px;
	font-size: 15px;
	text-align: center
}

h1 {
	color: #777;
}

h2 {
	color: #777;
	font-size: 15px;
}

a:link, a:active, a:visited {
	color: #999;
	text-decoration: none
}

a:hover {
	color: #666;
	text-decoration: none
}

a.menu:link, a.menu:active, a.menu:visited {
	color: #FFF;
	font-size: 13px;
	text-decoration: none;
	text-align: center;
}

a.menu:hover {
	color: #000;
	font-size: 13px;
	text-decoration: none;
	text-align: center;
}

.copyright {
	font-size: 9px;
}
