
	.class1 A:link { font-weight:bold; COLOR: darkblue;}
	.class1 A:visited { font-weight:bold; COLOR: darkblue; }
	.class1 A:active {font-weight:bold; COLOR: darkblue; }
	.class1 A:hover {font-weight:bold; COLOR: red; text-decoration: none;} 
	.class2 A:link {  font-size:9pt; COLOR: Black; }
	.class2 A:visited {   font-size:9pt; COLOR: Black; }
	.class2 A:active {  font-size:9pt; COLOR: Black; }
	.class2 A:hover {  font-size:9pt; COLOR:GREEN; text-decoration: none;}
	.class3 A:visited { COLOR: blue; }
	.class4 A:link { COLOR: Black; }
	.class4 A:visited { COLOR: Black;}
	.class4 A:active {COLOR: Black; text-decoration: none;}
	.class4 A:hover { COLOR:Red; text-decoration: none;}
	.class5 A:link {  COLOR: blue; }
	.class5 A:visited {  COLOR: blue;}
	.class5 A:active {COLOR: blue; text-decoration: none;}
	.class5 A:hover { COLOR:green; text-decoration: none;}
	.class6 A:link { font-weight:bold;  COLOR: blue; }
	.class6 A:visited { font-weight:bold;   COLOR: blue; }
	.class6 A:active {font-weight:bold;   COLOR: blue; }
	.class6 A:hover {font-weight:bold;   COLOR: #FF8C00; text-decoration: none;}
	.class7 A:link { font-weight:bold;  COLOR: Black ; }
	.class7 A:visited { font-weight:bold;   COLOR: Black; }
	.class7 A:active {font-weight:bold;   COLOR: DarkRed; }
	.class7 A:hover {font-weight:bold;   COLOR: Red; text-decoration: none;}
	.bookmark A:link { COLOR: Black; }
	.bookmark A:visited { COLOR: Black;}
	.bookmark A:active {COLOR: Black; text-decoration: none;}
	.bookmark A:hover { COLOR:Red; text-decoration: none;}
	.heading1 { font-size: 35px; color: #000000; font-weight: bold; font-family: Garamond; }
	.heading2 { font-size: 20px; color: #000000; font-weight: bold; font-family: Garamond; }
	body 
	{
		scrollbar-arrow-color: #FF0000;
		scrollbar-track-color: #FFFBDD;
	}
	
	
	@media print {
      .bookmark { display: none; 
    }

	