@charset "UTF-8";

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px
}

img {
	border: 0;
}

#content {

}

	#content a {
		color:	#3366FF;
		text-decoration: none;
	}
	
	#content a:hover {
		text-decoration: underline;
	}

#footer {
	color: #666666;
	text-align: center;
}

	#footer a {
		color: #666666;
		font-weight:bold;
		text-decoration: none;
	}
	
	#footer a:hover {
		text-decoration: underline;
	}

#header {
	text-align: center;
}