﻿<style type="text/css">
{
}
.hedder {
	text-align: center;
}

a:link {
	color: #000000;
	text-decoration: none;
	font: 16px Times New Roman, Times, serif;
}
a:visited {
	text-decoration: none;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
}
a:hover {
	text-decoration: none;
	color: #0099FF;
	font-family: "Times New Roman", Times, serif;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
	font-family: "Times New Roman", Times, serif;
}

.header1 {
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
}

.header2 {
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	font-variant: normal;
	text-transform: capitalize;
}
.header3 {
	font-size:18px;
	font-weight: bold;
	font-variant:small-caps;
}
.header4 {
	font-size:15px;
	font-variant:small-caps;
	font-weight:bold;
}


.cell
	{
	font-size: 18px;
	}
.cell:hover
	{
	background: #5087C4;
	color: #FFFFFF;
	font-size: 18px;
	border-radius: 5px
	}

.style2
	{
	font-size:22px;
	font-weight:bold;
}




</style>