body{
	color:#404040;
	font:11px "Courier New",Courier,mono;
}

a img{
	border:0px;
}

a{
	color:#999;
	text-decoration:none;
}

a:hover{
	color:maroon;
	text-decoration:line-through;
}

#container{
	width:500px;
	margin:0px auto;
	margin-top:50px;
	background-color:#fff;
}

.multiple_link{
	list-style:none;
	margin:0px;
	padding:3px 0px;
	background-color:#f3f3f3;
	border:1px solid #a2a2a2;
}

.multiple_link_item{
	background-color:#f3f3f3;
}

.multiple_link a{
	color:#333;
	text-decoration:none;
	display:block;
	height:15px;
	padding-top:3px;
	padding-left:16px;
	cursor:pointer;
	width:150px;
}

.multiple_link a:hover{
	background:url(../images/repeat_x.jpg) repeat-x;
	color:#fff;
}

#desc{
	text-align:center;
	padding-bottom:8px;
}

