body { font-family: Verdana; color: #000000}

a:link { 
	color: black;
	}
a:visited { 
	color: gray;
	}
a:hover { 
	color: red;
	background-color: white;
	text-decoration: underline;
	}
a:active { 
	color: gray;
	}
	
.redlink { color:red; text-decoration: underline; }
A.redlink:hover { color:gray; }

.smallredlink { font-family:"Verdana"; font-style:normal;  font-size:7pt; color:red; text-decoration: underline; }
A.smallredlink:hover { color:gray; }

.safety { font-family:"Verdana"; font-style:normal;  font-size:7pt; color:black; text-decoration: none; }


P { font-family:"Verdana"; font-style:normal; font-weight:normal; font-size:10pt; color:black; text-decoration: none; }

H1 { font-family:"Verdana"; font-style:normal; font-weight:normal; font-size:10pt; color:black; text-decoration: none; }

H3 { font-family:"Verdana"; font-style:normal; font-weight:bold; font-size:11pt; color:black; text-decoration: none; }

H2 { font-family:"Verdana"; font-style:normal; font-weight:bold; font-size:14pt; color:black; text-decoration: none; }
  
LI { font-family:"Verdana"; font-style:normal;  font-size:10pt; color:black; text-decoration: none; }


