body {
	background-image:  url(images/bg.jpg);
	background-color: #FFFFFF;
	background-attachment: fixed;
	background-repeat: repeat-y;
}

a { text-decoration: none; color:#0066FF; }
a:visited { color:#003399; }
a:hover { color: #330066; }


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #003366;
	text-align: justify;
}

.background {
	background-attachment: fixed;
	background-image: url(cogs01.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #FFFFFF;
	position: absolute;
	height: 600px;
	width: 800px;
	left: 1px;
	top: 0px;
}

.foreground {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin-top: 130px;
	margin-left: 170px;
	width: 600px;
}
.head {
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-align: center;
}
.weeks {
	text-align: center;
}
.log {
	text-align: justify;
	font-family: "Times New Roman", Times, serif;
	position: relative;
	left: 160px;
	width: 700px;
}

.wide_log {
	text-align: justify;
	font-family: "Times New Roman", Times, serif;
	position: relative;
	left: 120px;
	width: 780px;
}

