body {
	background-color: #ffffff;
	color: black;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	text-align: center;
	letter-spacing: 10px;
}
#copyright {
	font-family: "Courier New", Courier, monospace;
	font-size: 10pt;
	font-weight: bold;
}
#nav_home {
	font-family: "Courier New", Courier, monospace;
	font-size: 18pt;
	font-weight: bold;
}
a:link {
	color: black;
	text-decoration: none;
}
a:visited {
	color: black;
	text-decoration: none;
}
a:hover {
	color: red;
	text-decoration: none;
}
a:visited:hover {
	color: red;
	text-decoration: none;
}
a:active {
	color: orange;
	text-decoration: none;
}
img {
	border: 0;
}
