.bigtext {
	font-family: "Courier New", Courier, monospace;
	font-size: 36px;
	font-weight: bold;
	background-position: center center;
	position: relative;
}
.bigtext a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.footer {
	font-size: 9px;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
}
.body {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}


a:active {
	font-weight: bolder;
	color: #000000;
	text-decoration: none;
}

.menu {
}
.body a:link {
	font-weight: bolder;
	color: #666666;
}

#nav a {
	font-family: "Courier New", Courier, monospace;
	font-size: 36px;
	font-weight: bold;
	color: #000;
	margin: 10px;
	text-decoration: none;
}

#nav strong {
	font-family: "Courier New", Courier, monospace;
	font-size: 36px;
	font-weight: bold;
	color: #000;
	margin: 10px;
	text-decoration: none;
}

#nav a:hover {
	text-decoration: underline;
}


#content p {
		font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	padding: 10px;
}


#content p a {
	color: #000;
}

#footer {
			font-family: "Courier New", Courier, monospace;
	font-size: 10px;
	padding: 20px;
}

