
<!-- Styles for lines -->
HR {
	color: OrangeRed;
	height: 2 pt;
}

<!-- Styles for body text -->

P      {
	color: "black";
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}

.caption  {
	color: "black";
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

.smalltext  {
	color: "black";
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

.references  {
	color: "black";
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: italics;
}

.quotation  {
	color: "black";
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: italics;
}

.title {
   color:"white"; 
	font-family: "Times New Roman", Times, serif;
	font-size:28px; 
	font-weight:bold; 
	text-decoration:none;
	}
	
td   {
	color: "black";
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

 
<!-- Styles for main menu -->
    .Top {
	   color:"white"; 
	   font-family:verdana,arial,helvetica,sans-serif;
	   font-size:12px; 
	   font-weight:bold; 
	   text-decoration:none;
	   }
    .Top a {
	   color:"white";
	   font-family:verdana,arial,helvetica,sans-serif;
	   font-size:12px; 
	   font-weight:bold;
	   text-decoration:none;
	   }
	.Top a:hover {
	   color:"yellow";
	   font-family:verdana,arial,helvetica,sans-serif;
	   font-size:12px;
	   font-weight: bolder;
	   text-decoration: underline;
       }
	.TopTitle {
	   color:"white"; 
	   font-family:verdana,arial,helvetica,sans-serif;
	   font-size:18px; 
	   font-weight:bold; 
	   text-decoration:none;
	   }
    .TopTitle a {
	   color:"white";
	   font-family:verdana,arial,helvetica,sans-serif;
	   font-size:18px; 
	   font-weight:bold;
	   text-decoration:none;
	   }
    .TopTitle a:hover {
	   color:"yellow";
	   font-family:verdana,arial,helvetica,sans-serif;
	   font-size:18px;
	   font-weight: bolder;
	   text-decoration: underline;
       }
    .Sub a {
	   color:"white"; 
	   font-family:verdana,arial,helvetica,sans-serif; 
	   font-size:11px; 
	   font-weight:bold; 
	   text-decoration:none;
	    }
    .Sub a:hover {
	   color:"yellow";
	   font-family:verdana,arial,helvetica,sans-serif;
	   font-size:11px;
	   font-weight: bolder;
	   text-decoration: underline;
       }