a:link
{
	color: rgb(0,0,0);
	text-decoration: none;
	font-weight: bold;
	background-color: rgb(163,241,163);
}
a:visited
{
	color: rgb(0,0,0);
	text-decoration: none;
	background-color: rgb(163,241,163);
}
a:hover
{
	background-color: rgb(240,240,0);
}

body
{
	font-family: Arial, Verdana, Times;
	font-size: 11pt;
	text-align: left;
	background-color: rgb(235,255,235);
	color: rgb(0,0,0);
	margin-left:20; 
	margin-right:20;
}

table
{
	border-color: rgb(0,211,180);
	border-style: double;
	border-width: 4px;
	font-size: 10pt;
	text-align: left;
	background-color: rgb(235,255,235);
}

.menu1 A 
{
	display: block;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
	text-decoration: none;
	width: 180px;
	height: 24px;
	font: bold 15px Arial;
	font-style: italic;
	background-color: rgb(163,241,163);
}

h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Verdana, Times;
	text-align: center
}
h1
{
	color: rgb(0,0,0);
	font-size: 14pt; 
	font-variant: small-caps
}
h2
{
	color: rgb(0,0,0);
	font-size: 16pt;
	text-decoration: italic;
}
h3
{
	color: ff0000;
	font-size: 11pt;
	text-align: center
}
h4
{
    	color: 0000cc;
	font-size: 13pt;
	font-variant: caps;
	text-decoration: underline;
}
h5
{
	font-size: 12pt;
	text-align: center
}
h6
{
	color: 0000cc;
}
