.css {
	font-family: Tahoma;
	font-size: 11px;
	color: #400000;

}
.storng {
	font-family: Tahoma;
	font-size: 12px;
	color: #E84B00;
	font-weight: bold;

}
.bold {
	font-family: Tahoma;
	font-size: 14px;
	color: #006600;
	font-weight: bold;
}
.link {
	font-family: Tahoma;
	font-size: 14px;
	color: #990000;
	font-weight: bold;
}
a:link {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
a:hover {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
