body {
	background-color: #ccffff;
	background-image: url(top.png);
	background-repeat: repeat-x;
}
A {
	text-decoration: none;
}

A:link {
	color: #ccffff;
}
A:visited {
	color: gray;
}
A:hover { 
	color: gray;
}
.navigation1 {
	position: absolute;
	top: 10px;
	left: 210px;
	width: 180px;
	font-family: Arial Bold, Arial Black, Arial, sans-serif;
	font-weight: bold;
	color: #ccffff;
}

.navigation2 {
	position: absolute;
	top: 23px;
	left: auto;
	right:10px;
	color: #ccffff;
	width: 158px;
	font-family: Arial Bold, Arial Black, Arial, sans-serif;
	font-weight: bold;
	text-align: right;
}
.logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 116px;
	color: #ccffff;
	font-family: Arial Bold, Arial Black, Arial, sans-serif;
	font-size: 36pt;
	text-align: right;
}
.main {
	position: absolute;
	background: #ccffff;
	background-image: url(tile.gif);
	background-repeat: repeat;
	font-family: Arial Bold, Arial Black, Arial, sans-serif;
	font-weight: bold;
	color: #000000;
	top: 116px;
	height: 82%;
	width: 99.9%;
	left: 0px;
	text-align: center;
	white-space: pre;
}