.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	display: block;
	margin-top: 0px;
	margin-bottom: 10px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	width: 850px;
	background-position: center;
}
div#nifty{
	background-color: #ffffff;
	display: block;
	margin: 0;
	font-size: 16px;
	}
#nifty p {
	margin-right: 15px;
	margin-left: 15px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #006600;
	text-align: center;
}
table {
	
}
th {
	color: #006600;
}
a:link {
	text-decoration:none;
	font-weight:bold;
}
a:visited {
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}



.smallfont p {
	font-size:8px;
}

.bigbodyfont {
	font-size:14px; 
}

#smallfont {
	font-size:8px;
}

#smallfont p{
	font-size:8px;
}

