*
{
  font-family: Verdana, Geneva, sans-serif;
}

a:link 
{
text-decoration: none;
}
a:visited 
{
text-decoration: none;
}
a:hover 
{
text-decoration: none;
color: red;
font: bold;
}
a:active
{
text-decoration: none;
}

table.gridtable
{
	color: #333333;
	border-width: 1px;
	border-color: #666666;
	border-collapse: collapse;
}
table.gridtable th
{
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	background-color: #dedede;
}
table.gridtable td
{
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	background-color: #ffffff;
}