@import url("homeset.css");

td.link1 a {
	background-color: #9999CC;
	text-align: center;
	border-right: 1px solid #E6E6FA;
	border-left: 1px solid #E6E6FA;
	padding-top: 3px;
	padding-bottom: 3px;
	font: bold 16px "Times New Roman", Times, serif;
	color: White;
	text-decoration: none;
	display: block;
}
td.link2 a {
	display: block;
	font: bold 16px "Times New Roman", Times, serif;
	color: White;
	text-decoration: none;
	background-color: #9999CC;
	text-align: center;
	border-right: 1px solid #E6E6FA;
	border-left: 2px solid #6B6B9C;
	padding-top: 3px;
	padding-bottom: 3px;
}
td#width3 {
	width: 80px;
}
td#width1 {
	width: 230px;
}
td#width2 {
	width: 150px;
}	
td.link1 a:hover , td.link2 a:hover {
	background-color: #E6E6FA;
	color: #666699;
}
