a {
color: Black;
text-decoration: underline;
}
a:link {
color: Black;
text-decoration: underline;
}
a:visited {
color: Black;
text-decoration: underline;
}
a:hover {
color: black;	
font: bold;
cursor: pointer;
}
a:active {
color: Black;
text-decoration: underline;
}
body {
background-image: url(../img/bg.gif);
	margin-right: 1%;
	margin-left:  1%;
	font-family: "Courier New", Courier, monospace !important; 
	font-size: 10pt !important;
	cursor: crosshair;
}
.print {
	display: none;
}

.necropol {
		clear: both;
		float: left;
		width: 95%;
		padding: 2%;
		background-color: Silver; 
		border: 5px groove black; 
		margin-top: 0px;
		font-size: 14pt !important;
}


div {
	margin: 0px;
	padding: 0px;
	/* border: 1px solid black; */
	
}
.middle {
	clear: both;
}
	.left {
		clear: both;
		font: 15pt !important;
		float: left;
		width: 30%;
		padding: 10px 10px 0px 10px;
		background-color: Silver; 
		border: 5px groove black; 
		margin-left: 5%; 
		margin-top: 0px;
	}
	.center {
		background-color: Silver; 
		margin-left: 44%; 
		padding: 10px;
		border: 5px groove black;
		}
		.content {
			background-color: Silver;
			width: 60%;
			border: 5px groove black;
			padding: 20px;
			font-size: 80% !important;
		}
		
.footer {
	clear: both;
	margin-top: 200px;
	padding: 9px;
}

h1 {
	font-size: 16pt !important;
}
h2 {
	
}
.mono {
	
}
.big {
	font-size: 150% !important;
}
/* Firefox Only */
@-moz-document url-prefix() {
.big {
	font-size: 200% !important;
}
}