BODY, P, TD {
	color: black;
	background: white;
	font-family: "Times New Roman", Times, serif;
}

A:link, A:visited {
	background: white;
	color: black;
	text-decoration: underline;
	font-weight: bold;
}

H1, H2, H3 {
	background: white;
	color: Blue;
	padding-bottom: 1px;
	border-bottom: 1px solid gray;
}

H3 {
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	color : #b50c00;
}

.nav {
	display: none;
}

.footer_copyright {
	color: black;
	background: white;
	display: inherit;
}
	
	