@charset "UTF-8";
/* CSS Document */

h1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 28px;
	color: #663333;
	font-weight: lighter;
}
a {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #660000;
	text-decoration: none;
	line-height:18px;
}
body {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #660000;
	line-height:18px;

}
h2 {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #660000;
	text-decoration: underline;
	line-height:18px;
}
