/* CSS Document */
h1 {
	font-size: 40px;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-weight:normal;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color:#000000;
	font-weight:normal;
}

p {
	font-size: 20px; 
	font-family: "Courier New", Courier, monospace;
	color:#000000;
	font-weight:normal;
}

.link, .link a:link, .link a:visited, .link a:active {
	font-size: 20;
	font-family: "Courier New", Courier, monospace;
	color:#000000;
	text-decoration: none;
}

.link a:hover {
	font-size: 20;
	font-family: "Courier New", Courier, monospace;
	color: #999999;
	text-decoration: none;
}

.style7 {
	font-weight: bold;
}

.style8 {
	font-size:18px;
	font-family: "Courier New", Courier, monospace;
}
.tinyblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

