html, body {
	margin: 0;
	padding: 0;
	border: 0px;
	}
html, a img {
	border: 0px;
	}  
.start {
	background-color: #FF0000;
	}
.content {
	background-color: #FFFF00;
	}
.text {
	background-color: #FFFFFF;
	}		
.spacestart {
	position: relative;
	top: 20%;
	text-align: center;
	}
.spacenav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	position: absolute;
	background-color: #cccccc;
	height: 13px;
	width: 100%;
	top: 8px;
	
	}
.spacenav a:link {
	font-weight: bold;
	color: #333333;
	text-decoration: none;	
	}
.spacenav a:visited {
	font-weight: bold;
	color: #333333;
	text-decoration: none;	
	}
.spacenav a:active {
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;	
	}
.spacenav a:hover {
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;	
	}
.spacecontent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	text-decoration: none;
	position: relative;
	top: 23px;
	text-align: center;
	}
.spacetext {
	font-size: small;
	color: #000000;
	text-decoration: none;
	position: absolute;
	top: 23px;
	left: 50px;
	right: 20%;
	}
.spacelogoright {
	position: absolute;
	top: 14px;
	right: 0px;
	z-index: -1;
	}
.spacemutter {
	position: absolute;
	right: 5px;
	bottom: 5px;
	border: 0px;
	text-align: right;
	}
.tiny {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 10px;
	color: #333333;
	text-decoration: none;
}
