
textarchive {
	font-family: Archivo, Helvetica;
	font-size: 12px;
	font-weight: regular;
	line-height: 100%;
	color: black;
}

text1 {
	font-family: Archivo, Helvetica;
	font-size: 16px;
	font-weight: normal;
	line-height: 100%;
	color: black;
}


textheader {
	font-family: Archivo, Helvetica;
	font-size: 16px;
	font-weight: bold;
	line-height: 100%;
	color: black;
}

textheader1 {
	font-family: Archivo, Helvetica;
	font-size: 16px;
	font-weight: bold;
	line-height: 100%;
	color: red;
}
h1 {
  color: black;
}

link {
  color: black;
	decoration: none;
}


header {
  color: blue;
}






——

A.class1 {color:red;}
A.class1:link  {text-decoration: none; color: red;}
A.class1:visited {text-decoration: none; color: red;}
A.class1:hover {text-decoration: underline; color: red;}
A.class1:active {text-decoration: none; color: red;}