a:link{
	text-decoration:underline;
	color:#333399;
	font-weight: bold;
}
a:visited{
	text-decoration:underline;
	color:#993366;
	font-weight: bold;
}
a:active{ text-decoration:underline; color:#336600; }
a:hover{ text-decoration:underline; color:#FF6600; }

.normal {
	font-size: 12px;
	line-height: 15px;
	color: #333333;
}
.img_left {
	float: left;
	margin-right: 4px;
	margin-bottom: 4px;
}
.img_right {
	float: right;
	margin-left: 4px;
	margin-bottom: 4px;
}

