 body {
  	color: Black;
	font-weight: normal; 
	font-family: "Times New Roman", Times, serif; 
	font-size: 16px;
 }
 h1{
	color: Black;
	font-weight: bold; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 27px;
}
h2{
	color: Black;
	font-weight: bold; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 18px;
	margin-bottom: 0px;
	margin-top: 0px;
}
h3{
	color: Black;
	font-weight: bold; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px;
	margin-bottom: 0px;
	margin-top: 0px;
}

span.bold{
	font-family: "Times New Roman", Times, serif;
	font-size : 100%;
	font-style : normal;
	font-weight: bold;
}

span.red{
	font-family:"Times New Roman", Times, serif;
	font-size: 100%;
	font-style:normal;
	fcolor: Red;
}

span.blue{
	font-family:"Times New Roman", Times, serif;
	font-size: 100%;
	font-style:normal;
	color: Blue;
}

div.footer1{
	font-family : "Times New Roman";
	font-size: 80%;
	text-align: center
}
div.footer2{
	font-family : "Times New Roman";
	font-size: 65%;
	text-align: center
}
 
 a:link    { COLOR: #0033cc; TEXT-DECORATION: none }
 a:visited { COLOR: #0033cc; TEXT-DECORATION: none}
 a:active  { color: #0033cc; TEXT-DECORATION: none }
 a:hover   {color: #0f2ee9; TEXT-DECORATION: underline}
 
 
 img.blackborder{
	border: 2px solid Black;
	padding: 0px;
	margin : 5px;
}
