
a:link {
	font-family: "Arial Narrow";
	color: white;
	text-decoration: underline;
	font-size: 13pt;
	font-weight: bold;
	}

a:visited {
	font-family: "Arial Narrow";
	color: white;
	text-decoration: underline;
	font-size: 13pt;
	font-weight: bold;
	}

a:hover {
	font-family: "Arial Narrow";
    color: rgb(205,0,0);
    text-decoration: none;
    font-size: 13pt;
    font-weight: bold;
     }
  
/* a:active { 
	font-family: "Arial Narrow";
	color: gray;
	text-decoration: none;
	font-weight: bold; 
	font-style: none;
	} */

.thispagelink {
	font-family: "Arial Narrow";
	color: rgb(205,0,0);
	font-weight: bold;
	font-size: 18pt;
	}

.bodytextbold {
	font-family: Arial;
	color: rgb(190,190,190);
	font-weight: bold;
	font-size: 11pt;
	}


