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

body {
	background-image: url(../images/black_blue1b.gif);
}
#contentsContainer {
	margin-left: 10px;
	float: left;
	width: 156px;
	margin-top: 25px;
}
.contentsItem {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
a:link {
	color: #FF0;
	text-decoration:none;
}
a:visited {
	color: #FFF;
	text-decoration:none;
}
a:hover {
	color: #FCF;
	text-decoration:underline;
}
a:active {
	color: #00F;
}
