body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.bodytext {
	font-family: "Courier New", Courier, mono;
	font-size: 13px;
	text-transform: uppercase;
	color: #CC0099;
	
}

a {
	font-family: "Courier New", Courier, mono;
	font-size: 13px;
	text-transform: uppercase;
	color: #CC0099;
	text-align: right;
	text-decoration: none;
}
a:link {
	color: #CC0099;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC0099;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #CC0099;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #CC0099;
	font-weight: bold;
}

#text {
	font-family: "Courier New", Courier, mono;
	font-size: 13px;
	text-transform: uppercase;
	color: #CC0099;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 30px;
}

.textbody {
	font-family: "Courier New", Courier, mono;
	font-size: 13px;
	text-transform: uppercase;
	color: #999999;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 30px;
}
.textbody h1{
	font-family: "Courier New", Courier, mono;
	font-size: 25px;
	text-transform: uppercase;
	color: #999999;
	text-align: left;
	margin: 0px;
	
}
.textwork {
	font-family: "Courier New", Courier, mono;
	font-size: 13px;
	color: #999999;
	text-align: left;
}

.navmakings, .navmakings a:link, .navmakings a:active, .navmakings a:visited, .navmakings a:hover {
	font-family: "Courier New", Courier, mono;
	font-size: 13px;
	color: #ccc;
	text-decoration: none;
	text-transform: uppercase;
	line-height: normal;
	left: 30px;
}
.navmakings a:link    { text-decoration: none;background-color: #999999;}
.navmakings a:visited { text-decoration: none;background-color: #999999;}
.navmakings a:active  { text-decoration: none;background-color: #999999;}
.navmakings a:hover   { color:  #FFFFFF; text-decoration: none;background-color: #CC0099;}