.center {
text-align: center;
}
.bold {
	background-color: White;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	}
.small {
	font-size : 10pt;
	color: Black;
}

hr {
	color: Blue;
	height: 4px;
}

H5 {
	background-color : White;
	color : Gray;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14pt;

	
}
body         { font-family: Arial, Sans-serif; background-color: #FFFFFF; background-repeat: 
               repeat; color: #000000; 
               margin-left: 8%; margin-right: 8% }
H1 {
font-family: Arial, Sans-serif; font-size: 20pt; color: #0000CD;
 background-color : White;
}
P {
font: 12pt Arial, San-serif; color: #000000;
 background-color : White;
}
a            { font-family: Arial, Helvetica, sans-serif; color: Blue;  background-color : White;  }
h2           { font-family: Arial, Helvetica, sans-serif; font-size: 18pt; color: Teal; font-style: italic;  background-color : White;  }
a:link {text-decoration: underline; color: Blue; background: white}
a:visited {text-decoration: underline; color: #483D8B; background: white}
a:hover {text-decoration: none; color:Blue; background: #cccccc}
TD {
	background-color : White;
	font-family : Arial, Helvetica, sans-serif;
	color : Black;
}