body {
	font-family: "Verdana";
	font-size: 12px;
	color:#666666;
}
td {
	font-family: "Verdana";
	font-size: 12px;
}

.index01 {
	font-family: "Verdana";
	font-size: 13px;
	font-weight: bold;
	color: #336699;
	text-decoration: none;
}
.index01:hover {
	font-family: "Verdana";
	font-size: 13px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;		
}

.index02 {
	font-family: "Verdana";
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
.index02:hover {
	font-family: "Verdana";
	font-size: 12px;
	color: #FF0000;
	text-decoration: underline;	
}

.imgborder{ 
border:1px solid #999999; 
} 
.imgborder:hover{ 
border:1px solid #FF0000; 
}