body, html, td, div, p {
	background: #000 none;

	color: #fff;
  background-image: none;
  background-color: #000
}

a:link, a:visited {
    text-decoration: none;
}
a:link, a:active {
    color: #FFFF99 !important;
    text-decoration: underline;
}
a:hover {
  color: #FFFF66 !important;
}

#breadcrumb {
    background-color: #000 !important;
    }

#navigation a:link, a:active {
    color: #000 !important;
    text-decoration: none;
}

#jsddm li a {color: #fff !important;}