body {
	background-image: url(images/quadrums_monoback_def.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left -1px;
	margin-left: 380px;
	margin-right: 5px;
	background-color: #777777;
}

A:active {color: #FFFFFF; text-decoration: none;}
A:link {color: #000000; text-decoration: none;}
A:visited {color: #000000; text-decoration: none;}
A:hover {color: #FFFFFF; text-decoration: none;}

p {
	font-family: Courier New, Monospace;
	color: #D0D0D0;
	font-size: 16px;
}

h1 {
	font-family: Courier New, Monospace;
	color: #D0D0D0;
	font-size: 30px;
	font-weight: bold;
	font-style: italic;
	margin-top: 40px;
	margin-bottom: 10px;
}

h2 {
	font-family: Courier New, Monospace;
	color: #D0D0D0;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
}


