.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-decoration: none;
	text-align: right;
	vertical-align: middle;
	padding-right: 20px;
	color: #000000;
}
a:hover {
	color: #FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a:link {
	color: #000000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a.texthree   {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
} 


a.texthree:hover { /* makes all links with textone class hover red */
	color: #ff0000;
	background: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

/* so, to make another link a different colour, copy and paste the two attributes above but change 'textone' to 'texttwo' and alter the color values. all links without a class in the html will inherit the values from a:link and a:hover in header.css */
