body {
	background-color:  LightSkyBlue;
	margin: 10px;
	}
.float-left   {
	float: left;
}
.float-right    {
	float: right;
}
h1, h2, h3, h4		{
	text-align: center;
}

h1	{
	color: Crimson;
	font-family: "Formal436 BT";
}
h2	{
	color: white;
}

h3	{
	color: #0000CC ;
	font-size: medium;
}

h4    {
	color: #CC0000;
}

p.cover {
	text-align: center;
}
	
p.large {	
	font-size: normal;
	font-family: "Rockwell";
	font-weight: bold;
	text-align: center;
}

p.left		{
	text-align: left;
	text-indent: 30px;
}

span.underline	{
	text-decoration: underline;
}

hr		{
	width: 75%;
	height: 4px;
	color: #990000;
}

table  td	{
	padding-right: 8px;
	padding-left: 8px;
	border: 5px;	
}

table tr {
	text-align: center;
}

table td.left	{
	text-align: left;
}

td.header	{
	padding-top: 5px;
}

tr.alt {
	background-color: #FFFFCC;
} 

tr.alt2 {
	background-color: #00CCFF;
} 

tr.alt3		{
	background-color: #333399;
}

tr.alt4		{
	background-color: #FFFF99;
}

tr.alt5		{
	background-color: #FFFFFF;
}

table th	{
	text-align: center;
	padding-right: 8px;
	padding-left: 8px;
	background-color: #0000CC;
	color: white;
	font-family: arial;
	font-size: small;
}

table th.width	{
	width: 130px;
}

table th.width2	{
	width: 94px;
}

td.center 	{
	text-align: center;
}

p		{
	text-indent: 15px;
	font-family: arial;
}

p.noindent   {
		text-indent: 0px;
	}

div.content 	{
	text-align: left;
}

img.content		{
	display: block;
	margin-right: auto;
	margin-left: auto;
}
div.c		{
	text-align: left;
}

img.c		{
	display: block;
	margin-right: auto;
	margin-left: auto;
}

/* LINKS   */

a:link {
	color: DarkBlue;
	text-decoration: none;
	}
a:visited {
	color: RoyalBlue;
	text-decoration: none;
	}
a:hover {
	color: Red;
	background: yellow;
	text-decoration: none;
	}
a:active {
	color: aqua;
	text-decoration: none;
	}