body {
	background-color: #FFF;
	background-image: url('/background.gif');
	background-position: top left;
	background-repeat: repeat-y;
	color: #002F2F;
	font: 12px 'Arial', 'Helvetica', sans-serif;
	margin-left: 150px;
}

a:link {
	color: #800000;
}

a:active {
	color: #800000;
}

a:visited {
	color: #800000;
}

blockquote {
	font-weight: bold;
}

h2 {
	font-size: 16px;
}