@charset "utf-8";
body {
	background-color: #000000;
}
.bkgrd1 {
	background-image: url(assets/menubar.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.leftline {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #4B1511;
	border-right-color: #4B1511;
	border-bottom-color: #4B1511;
	border-left-color: #4B1511;
}
.title {
	font-family: "Another Typewriter";
	font-size: medium;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}


.maintext {
	font-size: small;
	font-weight: 100;
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Old Copperfield";
}
.maintext2 {
	font-family: Teletype;
	font-size: small;
	text-decoration: none;
	color: #FFF;
	line-height: 20px;
}

.Copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	text-align: center;
}
.Copyright a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFF00;
	text-align: center;



.date {
	font-family: "Another Typewriter";
	font-size: small;
	color: #0076E6;
	text-decoration: none;
}
