/* CSS Document */

a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size:24px;
	font-family:sans-serif, Helvetica;
	font-weight:bold;
}

a:visited {
  color: #FFFFFF;
  text-decoration: none;
  font-size:24px;
  font-family:sans-serif, Helvetica;
  font-weight:bold;
}

a:hover {
	text-decoration: none;
	color: #666666;
	font-size:24px;
	font-family:sans-serif, Helvetica;
	font-weight:bold;
}


a:active {
	
	text-decoration: none;
	color: #666666;
	font-size:24px;
	font-family:sans-serif, Helvetica;
	font-weight:bold;
}

td {
	border:solid;
	border-left-color:white;
	border-left: 4pt;
	border-right-color:white;
	border-right: 4pt;
	border-top-color:white;
	border-top: 4pt;
	border-bottom-color:white;
	border-bottom: 4pt;
	text-align:center;
}
