H2{font-size: 28pt; font-family: "Times"; font-weight: 800; color:#D60000; text-align: center}   
H1.text{font-size: 16pt; font-family: "Times"; font-weight: 750; color: #F47A00; text-align: left; line-height: 120%}
H1.center{font-size: 18pt; font-family: "Times"; font-weight: 750; color: #F47A00; text-align: center; line-height: 120%}
H1{font-size: 18pt; font-family: "Times"; font-weight: 750; color: #218429; text-align: left; line-height: 120%}
H3.text{font-size: 16pt; font-family: "Times"; font-weight: 750; color: #522994; text-align: left; line-height: 120%}
H3.center{font-size: 18pt; font-family: "Times"; font-weight: 750; color: #522994; text-align: center; line-height: 120%}
H3{font-size: 18pt; font-family: "Times"; font-weight: 750; color: #522994; text-align: left; line-height: 120%}
P.para{font-size:14pt; font-family:"Times"; font-weight:400; color: #005263;  line-height:105%}
P.ttext{font-size:12pt; font-family:"Times"; font-weight:400; color: #005263;  line-height:109%}
P.table{font-size:14pt; font-family:"Times"; font-weight:600; color: red; text-align: center;  line-height:109%}
P.dates{font-size:12pt; font-family:"Times"; font-weight:400; color: black; text-align: center;  line-height:109%}
ol{font-size:16pt; font-family:"Times"; font-weight:400; color: #005263; line-height:105%}
P.emphasis{font-size:16pt; font-family:"Copperplate Gothic Light"; font-weight:800; color: #FF0000; 
background: #FFFFFF; line-height:105%}
 P.caption{font-size:12pt; font-family:"Sans-serif"; font-weight:300; color:#C6EFF7; text-align: justify}
 P.tables{font-size: 12pt; font-family: "Sans-serif"; font-weight: 300; color: #F7BDDE}
 A:link{background:#FFFFC6;color:#FF0000;text-decoration:none}
 A:visited{background:#B5BD31;color:#840000;text-decoration:none}
 A:hover{background:white; color:black;text-decoration:none}

.menu { position: absolute; 
//Menue
        background-color: yellow;//Still not clear if this line is needed
        display: none; 
        width: (menuWidth) * px; 
        border-bottom: 2px solid #000;
        border-right: 2px solid #000;
        border-left: 1px solid #666;
        border-top: 1px solid #666;
        margin: 3px; 
        cursor: nw-resize;
      }
	  
	  
.mi   { padding: 1px;
//Menu item
		border-bottom: 1px solid #003;
		border-right: 1px solid #003;
		border-left: 1px solid #00C;
		border-top: 1px solid #00C;
		background-color: yellow;  //Color before being visited
		color: green;//  Text color - which does not change
		font-family: sans-serif; font-weight: 600;
		font-size: 75%;
      }
 
.mt   { padding: 1px;
//Menue title
		border-bottom: 1px solid #003;
		border-right: 1px solid #003;
		border-left: 1px solid #00C;
		border-top: 1px solid #00C;
		background-color: #FFC6A5;
		color: green;
		font-family: sans-serif; font-weight: 750;
		font-size: 75%;
		font-weight: bold;
      }

