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

#topics{
	width: 400px;
	margin: 50px auto 50px auto;
}

#topics dt{
	border-bottom: 1px solid #7a0000;
	line-height: 1em;
	color: #d9d9d9;
	font-weight: bold;
}

#topics dd{
	margin: 0 0 20px 10px;
	font-size: 0.75em;
}

#topics dd a{
	color: red;
	text-decoration: underline;
}

#topics dd a:hover{ color: #ff7f7f;}

#more{
	width: 60px;
	height: 20px;
	background-image: url(../images/css-sprite.jpg);
	background-position: -600px -370px;
	margin: 20px 0 20px auto;
}

#more a{
	display: block;
	height: 100%;
	outline: none;
}

#more a:hover{
	background-image: url(../images/css-sprite.jpg);
	background-position: -660px -370px;
}