a:visited   { color: teal; text-decoration: none }
a:link  { color: red; text-decoration: none }
a:hover  { color: blue; text-decoration: underline }
body         {
	font-size: medium;
	font-family: Verdana;
	text-align: center;
}
