div.dokuwiki
{
	background: #dcdcdc;
}

div.dokuwiki div.breadcrumbs
{
	margin: 0 0 0 10px;
	padding: 0;
	border: 0;
	background-color: #dcdcdc;
	color: #000000;
	font-size: 11px;
}

div.dokuwiki a:link,
div.dokuwiki a:visited 
{
	color: #000000;
	text-decoration: none;
}

div.dokuwiki a:hover,
div.dokuwiki a:active 
{
	color: #ff6600;
	text-decoration: none;
}

div.dokuwiki a.wikilink2 
{
	color: #ff0000 !important;
	text-decoration: none !important;
	border-bottom: none !important;
}

div.dokuwiki div.page
{
	background: #ffffff;
}