table.topnavi a,table.topnavi a.visited {
	text-decoration: none;
	color: #666666;
}
table.topnavi a:hover {
	color: #CC3333;
}

div.products a,div.lecture a{
	color: #0070A6;
	text-decoration: none;
}

div.products a:hover,div.lecture a:hover{
	color: #CC3333;
	text-decoration: underline;
}
td.mainspc a:link,td.mainspc a:visited {
	color: #1E6D9D;
	text-decoration: none;
}
td.mainspc a:link:hover {
	color: #CC3300;
	text-decoration: underline;
}
table.copyright a:link,table.copyright a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
table.copyright a:hover {
	color: #FFFF33;
	text-decoration: underline;
}
div.btnspc a:link, div.btnspc a:visited {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #6CA435;
	width: auto;
	padding-top: 3px;
	padding-bottom: 3px;
	border: 1px solid #639531;
	padding-right: 4px;
	padding-left: 4px;
}

div.btnspc a:link:hover {
	text-decoration: none;
	background-color: #537D28;
	border: 1px solid #669B31;
}
