body {
	background: #000;
	color: #ddd; }
	
a {
	color: #aaa;
	font-weight: 700; }
	
a:visited {
	font-weight: 0;
	color: #999; }
	
input {
	border: 1px dotted #ccc;
	background: #333;
	color: #ccc; }
	
.header {
	border-top: 1px dotted #fff;
	border-bottom: 1px dotted #fff;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
	padding-top: 2px;
	padding-bottom: 2px;
	background: #000;
	display: block;
	color: #fff;
	font-size: 1.2em;
	text-align: center; }
	
.box1 {
	border-top: 1px dashed #aaa;
	border-bottom: 1px dashed #aaa;
	margin: 1px;
	border-right: 1px dashed #aaa;
	background: #222;
	color: #ddd;
}
	
.box2 {

	border-top: 1px outset #aaa;
	border-bottom: 1px dashed #aaa;
	border-right: 5px solid #aaa;
	border-left: 1px outset #aaa;
	background: #222;
	color: #333; }
	
.link {
	margin-top: 1px;
	margin-bottom: 1px;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-top: 1px solid #aaa;
	background:  #111111;
	display: block; }
	
.bg2 {
	background: #D2D2D2;
	color: #666;
	display: block;
	width: 100%;
	text-align: left;
	text-indent: 10px; }
