body {
	background-color: #ffffff;
	color: #000000;
	margin: 10px;
	font-family: Arial;
	text-align: center;
	background-image: url("background.jpg");
	background-repeat: no-repeat;
	background-position: bottom left;
}

.box {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	width: 650px;
	text-align: left;
	background-color: #ffffff;
	border: 1px outset #aaaaaa;
}

.project_title {
	font-size: 125%;
	font-weight: bold;
	background-color: #ddddff;
	padding: 4px;
	margin-bottom: 4px;
}

.copyright {
	font-style: italic;
	border-top: 1px dotted #aaaaaa;
	padding-top: 4px;
	margin-top: 4px;
}

.rule {
	width: 100%;
	border-top: 1px solid #aaaaaa;
}

.spacer {
	clear: both;
}

/* link styles */

a:link {
	color: #aaaaaa;
	text-decoration: underline;
}

a:visited {
	color: #aaaaaa;
	text-decoration: underline;
}

a:active {
	color: #0000dd;
	text-decoration: underline;
}

a:hover {
	color: #0000dd;
	text-decoration: underline;
}
