.bottom {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	padding-right: 20px;
	text-align: right;
	vertical-align: middle;
	color: #FFFFFF;
}

a.textone { /* makes all links with textone class colour white */
	color: #fff;
	background: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
} 

a.textone: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 */
