* {
	font-family: "Arial", Arial, serif;
	font-size: 16px;
	color: Black;
}
td {
	font-family: "Arial", Arial, serif;
	font-size: 1em;
	color: Black;
}
h1 {
	color: #FE642E;
	font: bold 2em "Arial", Arial, serif;
	text-decoration: underline;
	text-align: center;
}
h2 {
	color: #FA8258;
	font-family: "Arial", Arial, serif;
	font-weight: bold;
	font-size: 1.4em;
	text-decoration: underline;
}
h3 {
        color: Black;
        font-family: "Arial", Arial, serif;
        font-weight: bold;
        font-size: 1.6em;
}
h4 {
        color: Black;
        font-family: "Arial", Arial, serif;
        font-weight: bold;
        font-size: 1.6em;
}
h5 {
	color: Red;
	font-size: 1.2em;
	font-family: "Arial", Arial, serif;
	text-decoration: none;
	font-weight: lighter;
}
h6 {
	color: Gray;
	font-family: "Arial", Arial, serif;
	font-size: 1em;
	margin-top: 0em;
	text-align: center;
}
h7 {
        color: Brown;
        font-family: "Arial", Arial, serif;
        font-weight: bold;
        font-size: 1em;
}
h8 {
        color: Black;
        font-family: "Arial", Arial, serif;
        font-weight: bold;
        font-size: 1em;
}
h9 {
	color: Gray;
	font-family: "Arial", Arial, serif;
	font-size: 1.4em;
	margin-top: 0em;
	text-align: center;
}

tr.mark:hover {
        background-color:#0ff0ff;
        }
a {
	color: Blue;
	font-family: "Arial", Arial, serif;
	font-size: 1em;
	text-decoration: none;
}
a:hover {
	color: Fuchsia;
	font-family: "Arial", Arial, serif;
	font-size: 1em;
}
body {
	color: Black;
	font-size: 1em;
	font-family: "Arial", Arial, serif;
	text-decoration: none;
	margin-right: 20px;
	margin-left: 20px;
}
p {
	font-family: "Arial", Arial, serif;
	font-size: 1em;
	color: Black;
}

