.css {
	color: #000000;
	font-size: 18px;
	line-height: 24px;


}
a:link {
	color: #0000CC;
	text-decoration: underline;
}
a:visited {
	color: #0000CC;
	text-decoration: underline;
}
a:hover {
	color: #54848d;
	text-decoration: underline;
}
a:active {
	color: #666666;
	text-decoration: underline;
}

