@charset "utf-8";
/* CSS Document */

p {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #333333;
}


a {
	color: #990000;
	text-decoration: underline;
}

h1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
}
