@charset "utf-8";
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}

h3 {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: bold;
	color: #330066;
}
a:link {
	color: #333333;
	text-decoration: none;
}
