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

#menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000;
	line-height:21px;
	text-align:center;
	width:100px;
	margin:10px 0 0 20px;
}
#details {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #000;
	line-height:16px;
	text-align:center;
	width:128px;
	margin:10px 0 0 -10px;
}
a {
	color: #000; text-decoration:none;
}
a:hover {
	color: #d00;
}
.selected {
	color: #d00;
}