
body {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background-color: #000000;
}

h1 {
	font-size: 30px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

h2 {
	font-size: 23pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: 000000;
}


a.link, a:visited {
	color: blue;
}

a:hover {
	color: #000000;
}

#BottomMenu {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #000000;
	color: #ffffff;
	font-size: 19px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#BottomMenu a:link, #BottomMenu a:visited {
	color: #ffffff;
	text-decoration: none;
}

#BottomMenu a:hover {
	color: blue;
}