.mytable {
	font-family: "ms Sans Serif";
	font-size: 14px;
	color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #99CCFF;
	border-right-color: #6666FF;
	border-bottom-color: #999999;
	border-left-color: #99CCFF;
	background-color: #E6E6E6;
}
.mytable a {
	font-family: "ms Sans Serif";
	font-size: 14px;
	color: #000000;
	text-indent: 5px;
	display: block;
	height: 100%;
	width: 100%;
	background-color: #E6E6E6;
}
.mytable a:link {
	text-decoration: none;
}
.mytable a:visited {
	text-decoration: none;
}
.mytable a:hover {
	background-color: #999999;
	color: #FFFFFF;

}
.mystyle a:active {
	font-family: "ms Sans Serif";
	font-size: 14px;
	color: #FFFFFF;
	
}

