﻿
table { font-family: "High Tower Text"; 
font-size : 18px}
table {text-align: left;}


a:link {
	color: blue;
	text-decoration:none;
}

a:visited {
	color: purple;
	text-decoration:none;
}

a:active {
	background-color: yellow;
	text-decoration:none;
}

a:hover {
	color: red;
	text-decoration:none;
}