


a.donkey:link {color: white; text-decoration: underline; }
a.donkey:visited {color: white; text-decoration: underline; }
a.donkey:hover {color: black; text-decoration: underline; }
a.donkey:active {color: white; }


a.horse:link {color: black; text-decoration: underline; }
a.horse:visited {color: black; text-decoration: underline; }
a.horse:hover {color: white; text-decoration: underline; }
a.horse:active {color: black; }


/*

class="horse"

class="donkey"

<link rel="stylesheet" type="text/css" href="link.css">

*/

/*

#table4 {
	background-color: #ffffff;
	color: #000080;
	font-family: Arial, Helvetica, sans-serif;
}

#table4 td {
	font-size: 1em;
	text-align: left;
}

*/