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


body {
	background-color: #006;
}

#logo {
	width:407px;
	margin-left:auto;
	margin-right:auto;
	margin-top:100px;
	text-align: center;
	color: #FFF;
}
.sc {
	text-align: center;
}

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
}
a:active {
	color: #999;
	text-decoration: none;
}
a:link {
	color: #CCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}

