body
{
	margin: 0px;
	padding: 0px;
	background-color: #eff;
	background-image: url("tile.png");
	background-repeat: repeat;
}

#matter
{
	position: absolute;
	left: 187px;
	width: 500px;
	margin-top: 50px;
	text-align: left;
	padding: 400px 15px 50px 15px;
	border: 1px solid #999;
	background-color: #dff;
	font-size: 12px; 
	font-family: Georgia, serif;
	color: #333;
	background-image: url("dcf.png");
	background-position: top center;
	background-repeat: no-repeat;
}

.antimatter
{
	color: #600;
	font-weight: 700;
}

a:link, a:visited
{
	text-decoration: none;
	color: #900;
	font-size: 12px; 
	font-family: Georgia, serif;
}

a:active, a:hover
{
	text-decoration: none;
	background-color: #666;
	color: #eff;
	font-size: 12px; 
	font-family: Georgia, serif;
}

.code
{
	font: .75em monospace;
	color: #226;
	background: #eee;
	border: 1px solid #666;
	padding: 5px;
}

h2
{
	font-weight: 800;
	font-size: 1.25em;
	color: #455;
}
