a.navigation:link, a.navigation:active, a.navigation:visited {
	display: inline-block;
	color: #cc08d0;
	background-color: #ffffff;
	text-decoration: none;
	padding-top: 5px; padding-bottom: 5px;
	margin-right: 20px;
}

a.navigation:hover {
	display: inline-block;
	color: #cc08d0;
	background-color: #f5f5f5;
	text-decoration: none;
	padding-top: 5px; padding-bottom: 5px;
	border-bottom: 1px dotted #cc08d0;
	margin-right: 20px;
}

a:link, a:active, a:visited {
	color: #cc08d0;
	text-decoration: none;
	border-bottom: 1px dotted #cc08d0;
}

a:hover {
	color: #cc08d0;
	text-decoration: none;
	border-bottom: 0;
}

div.dreamlist-right a {
	text-decoration: none !important;
	border: 0 !important;
}

div.noborderlink a {
	text-decoration: none !important;
	border: 0 !important;
}

a.titlelink:link, a.titlelink:active, a.titlelink:visited {
	color: #000000;
	text-decoration: none;
	border: 0;
}

a.titlelink:hover {
	color: #444444;
	text-decoration: none;
	border: 0;
}