@charset "UTF-8";
body {
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 8px;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	letter-spacing: 1px;
}
.huge {
	font-size: 42px;
	font-weight: bold;
}
a {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}.italic {
	font-style: italic;
}
.bold {
	font-weight: bold;
}
