.main {
    color: black;
    font-size: 9pt;
    font-family: Arial;
    text-align : justify;
    font-weight: bold;
    line-height: 1.4
    }
    
.mainheading {
    color: black;
    font-size: 12pt;
    font-family: Arial;
    text-align : justify;
    font-weight: bold;
    line-height: 1.4
    }
    
.navigation {
    color : white;
    font-family: Tahoma;
    font-size:  8pt;
    text-align: center ;
    font-weight: bold;
    }

 .title {
    color: white;
    font-size: 17pt;
    font-family: Arial;
    text-align : left;
    font-weight: normal
    }
    
.titlesmall {
    color: white;
    font-size: 11pt;
    font-family: Arial;
    text-align : right;
    font-weight: bold;
    font-style: italic
    }
    
.footer  {
    color: black;
    font-size: 8pt;
    font-family:Arial;
    text-align : center;
    }

.copyright {
	color : gray;
    font-family : Arial;
	font-size : 8pt;
	text-align : center;
	}
	
A:link {color: white; text-decoration: none} 
A:visited {color: white; text-decoration: none} 
A:hover {color: yellow; text-decoration: none} 
