.border {
	border: 10px solid #000000;
}
.bg {
	background-color: #990000;
}
.position {
	position: relative;
	width: 150px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	visibility: visible;
	background-color: #990000;
}
.bg1 {
	background-color: #9ACD68;
}
h3 {
	font-family: Enviro, Eurostile, "Century Gothic", "Times New Roman";
	font-weight: bold;
	color: #9ACD68;
}
body {
	background-color: #990000;
}
.bodytext {
	font-family: Enviro, Eurostile, "Century Gothic", "Times New Roman";
	font-weight: bold;
	color: #FFFFFF;
}
a:link {
	font-family: Enviro, Eurostile, "Century Gothic", "Times New Roman";
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	font-family: Enviro, Eurostile, "Century Gothic", "Times New Roman";
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #99CC66;
	text-decoration: underline;
}
.nav {
	width: 100px;
	top: 170px;
	position: absolute;
	visibility: visible;
	right: 150px;
	left: 10px;
}
