a:focus 
{
	border: inset;
}

a 
{
	font-family: "Franklin Gothic Demi", sans-serif;
	font-size: large;
	font-style: normal;
	font-variant: small-caps;
	font-weight: normal;
	ime-mode: auto;
	layout-flow: horizontal;
	letter-spacing: 2px;
	border: medium outset Gray;
	background-color: #DCDCDC;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	cursor: hand;
	color: #696969;
	margin: 0px;
	text-align: left;
}

a:hover
{
	color: #DC143C;
	border: outset;
}

td 
{
	height: 45px;
}
