﻿table.outer {
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: gray;
	border-collapse: separate;
	background-color: white;
}
table.outer th {
	border-width: 0px;
	padding: 0px;
	border-style: none;
	border-color: gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.outer td {
	border: 0px solid gray;
	padding: 0px;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
A:visited  {color: gray; text-decoration: none}
A:link  {color: gray; text-decoration: none}
A:active  {color: red; text-decoration: underline}
A:hover   {color: red; background-color: none; text-decoration: underline}
