h1 {
	font-family: "Bookman Old Style", serif;
	font-size: xx-large;
	font-weight: bold;
	text-decoration: none;
	color: #FFFF99;
}
a {
//	font-family: "Bookman Old Style", serif;
	font-family: "Arial", san-serif;
	color: #FFFFFF;
//	font-weight: bold;
	text-transform:uppercase;
	text-decoration: none;
}
a:link {
//	font-family: "Bookman Old Style", serif;
	font-family: "Arial", san-serif;
	color: #FFFFFF;
//	font-weight: bold;
	text-decoration: none;
}
a:hover {
//	font-style: italic;
	font-weight: bold;
	color: #FFFF99;
	text-decoration: none;
}
p {
//	font-family: "Bookman Old Style", serif;
	font-family: "Arial", san-serif;
	font-size: small;
	color: #FFFF99;
}
body {
	font-family: "Bookman Old Style", serif;
	background-color:#000000;
//	margin:0px;
//	padding:0px;
}
