.link {
	font-size: 24px;
	color: #3BC14E;
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
	font-style: normal;
}

a:link {
	text-decoration:none;
	color: #3BC14E;
}

a:visited {
	text-decoration:none;
	color: #3BC14E;
}
a:hover {
	text-decoration:none;
	color: #CCCCCC;
}

a:active {
	text-decoration:none;
	color: #3BC14E;
}

a.sitefill {
	position: absolute;
	height: 26px;
	width: 50%;
	left: 25%;
	font-family: "Courier New", Courier, mono;
	font-size: 36px;
	font-weight: bolder;
	text-align: center;
	color: #00FF00;
	top: 40%;
}
.back {
	background-color: #000000;
	background-image:url(pic/matrix_bckgd.gif)
}
.content {
	position: absolute;
	width: 75%;
	text-align: center;
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #3BC14E;
	left: 13%;
	top: 10%;
}
.footer {
	position: absolute;
	width: 75%;
	left: 13%;
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-weight: bolder;
	text-align: center;
	color: #3BC14E;
	top: 20%;
}
.navi {
	position:absolute;
	width:  50px;
	left: 5%;
	float: left;
	top: 200px;
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}