@charset "utf-8";
body {
	background-color: #CCCCCC;
	text-align: center;
}
#base {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ccc;
	width: 792px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#base p {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 12px;
	color: #0090AC ;
	margin: 0 ;
}
#base a {
	text-decoration: underline;
	color: #0090AC;

}
#base a:hover {
	color: #0ff;
}
