﻿h1 {
	font-family: "MS Sans Serif";
	font-size: xx-large;
	text-align: center;
	font-weight: bold;
	color: #663333;
}
h2 {
	padding: 0px;
	margin: 0px;
	font-family: "MS Sans Serif";
	font-size: x-large;
	text-align: center;
	font-weight: bold;
	color: #663333;
}
h3 {
	font-family: "MS Sans Serif";
	font-size: large;
	text-align: center;
	font-weight: bold;
	color: #663333;
}
h4 {
	font-family: "MS Sans Serif";
	font-size: medium;
	text-align: center;
	font-weight: bold;
	color: #663333;
}
h5 {
	font-family: "MS Sans Serif";
	font-size: small;
	text-align: center;
	font-weight: bold;
	color: #663333;
}
p {
	font-family: "MS Sans Serif";
	font-size: medium;
}
ul a:hover {
	background-position:0px - 36px;
	color: #006600;
	}
ul a:active {
	background-position: 0px - 72 px;
	color:blue
	}
.normal_medium {
	padding: 0px;
	margin: 0px;
	font-family: "MS Sans Serif";
	font-size: medium;
}
.normal_small {
	font-family: "MS Sans Serif";
	font-size: small;
}
.normal_x-small {
	font-family: "MS Sans Serif";
	font-size: x-small;
}
.normal_xx-small {
	font-family: "MS Sans Serif";
	font-size: xx-small;
}
