﻿h1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 100px;
	font-variant: small-caps;
	font-weight: bold;
	font-style: normal;
}
h2 {
	font-family: "Courier New", Courier, monospace;
	font-size: 30px;
	font-weight: bold;
	font-style: normal;
	font-variant: small-caps;
}
h3 {
	font-family: "Courier New", Courier, monospace;
	font-size: 30px;
	font-weight: bold;
	font-style: normal;
	font-variant: small-caps;
}
a {
	text-decoration: underline;
	color: #000000;
}
.a2 {
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #800000;
}
a:hover {
	text-decoration: underline;
	color: #800000;
}

