body {
	color: black;
	background-color: #F0F0E6;
}

h1 {
	font-size: 36px;
	font-family: "Times New Roman",Serif;
	color: orange;
	text-decoration: none;
	font-weight: bolder
}

h2 {
	font-size: 24px;
	color: orange;
	text-decoration: none;
	font-weight: bolder
}

h3 {
	font-size: 18px;
	text-decoration: none;
	font-weight: bolder
}

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;
	text-decoration: none;
	font-family: "Times New Roman",Serif;
	font-style: normal;
	color: white;
	background-color: maroon;
	font-weight:bold
}

.fontfooter {
	font-size: 12px;
	text-decoration: none;
	font-style: normal;
	color: maroon
}

.fonttd {
	font-size: 16px;
	text-decoration: none;
	font-style: normal;
	background-color: silver
}

.fonttd12 {
	font-size: 12px;
	text-decoration: none;
	font-style: normal;
	background-color: silver
}

.fontmg {
	font-size: 12px;
	text-decoration: none;
	font-style: normal;
	color: white;
	background-color: darkblue;
	text-align: center
}

.fontdef {
	font-size: 16px;
	text-decoration: none;
	font-style: normal
}

.font12 {
	font-size: 12px;
	text-decoration: none;
	font-style: normal
}


.font16b {
	font-size: 16px;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	color: blue
}


.font20b {
	font-size: 20px;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	color: orange
}


.fontcounter {
	font-size: 16px;
	text-decoration: none;
	font-family: "Times New Roman",Serif;
	font-style: normal;
	font-weight: bold;
	color: maroon
}


