body {
	width: 800px;
	padding: 24px;
	background-color: #000000;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	color: #fcf0bd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

h2 {
	width: 752px;
	text-align: center;
	padding: 8px;
	border-top: 1px solid;
	font-size: 16px;
	font-weight: normal;
	text-decoration: underline;
}

a:link, a:active, a:visited {
	font-family: "Courier New", Courier, fixed;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

pre {
	font-family: Arial, Helvetica, sans-serif
}

.content {
	margin-left: 26px;
	margin-right: 26px;
}

.row1 {
	border-color: #ffffff;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 0px;	
	border-bottom-width: 1px;
	border-left-width: 0px;	
	padding: 8px;
}

.row2 {
	padding: 8px;
}
