body {
	margin: 25px;
	background: #000000;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}

#container {
	border: 1px solid #444444;
	padding: 15px;
	background: #222222;
	
}

a {
	color: #CCCCCC;
	border-bottom: 1px dotted #777777;
	font-size: 11px;
	text-decoration: none;
}

h1 {
	font-size: 18px;
}

p {
	line-height: normal;
}