@charset "utf-8";
a:link {
	color: #006600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00CCFF;
}
a:hover {
	text-decoration: underline;
	color: #aa0000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
a {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	cursor: pointer;
}

#divCopyright {
	font-size: 10px;
	font-weight: bold;
	margin: 10px;
	text-align: center;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
#email {
	text-align: center;
	font-size: 18px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 1em;
}
