.blacktext {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
}

.blacktext a{
	color: #fff;
	background-color: #000000;
	padding-right: 512px;
	text-decoration: none;
}


.blacktext a:hover{
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #fff;
	background-color: #c6c;
	padding-right: 230px;
}

.blacktext a:visited{
	color: #fff;
	background-color: #CC99FF;
	padding-right: 380px;
}

.blacktext a:visited:hover{
	color: #fff;
	background-color: #c6c;
	padding-right: 512px;
}
.greytext {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #333;
}

.greytext_under {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #333;
	text-decoration: underline;
}
.lighttext {

	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #CCCCCC;
}
.contacttext {

	color: #fff;
	background-color: #666666;
	padding-right: 512px;
}

.morsecode p {
	font-family: "Courier New", Courier, mono;
	font-size: 25px;
	color: #333;
	text-align: center;
}

#validation
{
	font-family:Arial, Helvetica, sans-serif;
	margin-top: 150px;
	font-size: 10px;
}

#xhtml a
{
	text-decoration:none;
	float: left;
	color: #690;
}

#css a
{
	text-decoration:none;
	color: #633;
	float: left;
	margin-left: 10px;
}

