BODY {
	font-family: verdana, sans-serif;
	background-color : Azure;
}
a:link { text-decoration: underline; color: blue;}
a:visited { text-decoration: underline; color: darkblue; }
a:active { text-decoration: underline; color: red; }
a:hover { text-decoration: underline; color: darkred; }

TABLE, TR, TD {
	border-width: 1;
	border-spacing: 0;
	border-style: solid;
}

