.css {
	font-family: "ËÎÌå";
	font-size: 12px;
	font-style: normal;
	color: #666666;
	text-decoration: none;
	line-height: 18px;
}

a {
	font-family: "ËÎÌå";
	font-size: 12px;
	font-style: normal;
	color: #9E1426;
	text-decoration: underline;
}

a:hover
{
	font-family: "ËÎÌå";
	font-size: 12px;
	color: #CC3333;
	text-decoration: underline;

}

.red-word {
	font-family: "ËÎÌå";
	font-size: 12px;
	font-style: normal;
	color: #9E1426;
	text-decoration: none;
	line-height: 18px;
}

.below-dot {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

.below-white {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.white {
	background-color: #FFFFFF;
}
.light-grey {
	background-color: #F1F1F1;
}
.deep-grey {
	background-color: #DDDDDD;
}
