body {
	color: black;
	background-color: #F0F0E6;
}

h1 {
	font-size: 36px;
	font-family: "Times New Roman",Serif;
	color: orange;
	font-weight: bold;
}

h2 {
	font-size: 24px;
	font-family: "Times New Roman",Serif;
	color: orange;
	font-weight: bold;
}

h3 {
	font-size: 20px;
	font-family: "Times New Roman",Serif;
	color: white;
	background-color: maroon;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
}

h4 {
	font-size: 16px;
	font-family: "Times New Roman",Serif;
	color: black;
	margin: 30px 0px 0px 0px;
	font-weight: bold;
}

a:link {
	color: darkblue;
	text-decoration: none;
}

a:visited {
	color: darkblue;
	text-decoration: none;
}

a:active	{
	color: red;
	text-decoration: underline;
}

a:hover	{
	color: blue;
	text-decoration: underline;
}

.fonttitle {
	font-size: 20px;
	font-family: "Times New Roman",Serif;
	color: white;
	background-color: maroon;
	font-weight: bold;
}

.fontfooter {
	font-size: 12px;
	color: maroon;
}

.fonttd {
	font-size: 16px;
	background-color: silver;
}

.fonttd12 {
	font-size: 12px;
	background-color: silver;
}

.fontmg {
	font-size: 12px;
	color: white;
	background-color: darkblue;
	text-align: center;
}

.fontdef {
	font-size: 16px;
}

.font12 {
	font-size: 12px;
}

.font12b {
	font-size: 12px;
	font-weight: bold;
}

.font12rb {
	font-size: 12px;
	font-weight: bold;
	color: red;
}

.font12g {
	font-size: 12px;
	text-decoration: none;
	color: gray;
}

.font16b {
	font-size: 16px;
	font-weight: bold;
	color: blue;
}

.font20b {
	font-size: 20px;
	font-weight: bold;
	color: orange;
}

.fontcounter {
	font-size: 16px;
	font-family: "Times New Roman",Serif;
	font-weight: bold;
	color: maroon;
}

.fontnav {
	font-size: 16px;
	font-family: "Times New Roman",Serif;
	font-weight: bold;
	background-color: gold;
	text-align: center;
}

.fontring {
	font-size: 14px;
	font-family: "Times New Roman",Serif;
	font-weight: bold;
	background-color: gold;
}

table.console {
	border-style: none;
	background-color: lightsteelblue
}

