
a.one:link {color:red;}
a.one:visited {color:red ;}
a.one:hover {color:yellow;}

a.two:link {color:white;}
a.two:visited {color:white;}
a.two:hover {color: yellow;}

a.three:link {color:orange;}
a.three:visited {color:orange;}
a.three:hover {color:yellow;}

a.four:link {color:blue;}
a.four:visited {color:blue;}
a.four:hover {color:yellow;}

a.five:link {color:turquoise;}
a.five:visited {color:turquoise;}
a.five:hover {color: yellow;}

a.six:link {color:tan;}
a.six:visited {color:tan;}
a.six:hover {color:yellow;}

a.seven:link {color:pink;}
a.seven:visited {color:pink;}
a.seven:hover {color: yellow;}

h1 {
	font-family: "loretta-variable", sans-serif;
	font-weight:200;
	font-style:normal;
	font-size: 2.2em;
}

h1.intro {
	margin-right:64%;
	margin-left:1%;
	color:black;
}

h2 {
	font-family: "loretta-variable", sans-serif;
	font-weight:200;
	font-style:normal;
	font-size: 2.4em;
}

h2.intro {
	margin-right:60%;
	margin-left:1%;
	color:white;
}

h3 {
	font-family: "loretta-variable", sans-serif;
	font-weight:200;
	font-style:normal;
	font-size: 2.2em;
}

h3.intro {
	margin-left:56%;
	margin-right:5%;
	color:black;
}

h4 {
	font-family: "loretta-variable", sans-serif;
	font-weight:200;
	font-style:normal;
	font-size: 2.2em;
}

h4.intro {
	margin-right:70%;
	margin-left:1%;
	color:white;
}

h5 {
	font-family: "loretta-variable", sans-serif;
	font-weight:200;
	font-style:normal;
	font-size: 2.2em;
}

h5.intro {
	margin-left:56%;
	margin-right:5%;
	color:white;
}