body, html {
	color: #ddd;
	background-color: #000;
	}
a {
	color: #ddd;
	}
a:hover {
	color: #fff;
	}
h1, h2  {
	color: #fff;
	}
h3 {
	font-size: 100%;
	}
.wrapper    { 
	border-right-color: #333;
	border-left-color: #333;
	border-bottom-color: #333;
	}
div.content     {
	background-color: #444;
	}
.borderheading {
	background-color: #111;
	border-bottom: 1px dashed #333;
	}
.borderheading a {
	color: #999;
	}
.borderheading a:hover {
	color: #fff;
	}
.trail {
	color: #999;
	}
#maincontent {
	background-color: #222;
}
.next2 a {
	border-bottom: 1px dashed #fcf6f1;
	}
.next2 a:hover {
	border-bottom: 1px solid #120d21;
}
.nudge {
	color: #eee;
	background-color: #444;
	border: dashed 1px #000;
}
.nudge a {
	color: #000;
	}
.nudge a:hover {
	color: #000;
	}
#borderalternative  {
	border-top: 1px dashed #333;
	color: #bbb;
	background-color: #161616;
	}
#borderalternative a {
	color: white;
	border-bottom: 1px dashed #161616;
}
#borderalternative a:hover {
	border-bottom: 1px dashed #6c5444;
}
.more {
	float: right;
	background-color: #333;
	padding:5px;
	margin-right: 10px;
	margin-bottom:10px;
	border: 1px dashed #777;
}
#borderstrictly {
	color: #000;
	background-color: #fcf6f1;
	border: dashed 1px #000;
	}
#borderstrictly a {
	color: #000;
	border-bottom: 1px solid #fcf6f1;
	}
#borderstrictly a:hover {
	color: #000;
	border-bottom: 1px solid #fff;
	}
#contentbottom {
	color: #777;
	}
#contentbottom a {
	color: #777;
	}
#contentbottom a:hover {
	color: #fff;
	}
.link a {
	color: #e7dcda;
	}
.link a:hover {
	color: #fff;
	}