<!--
.about {
	height: 315px;
	width: 187px;
	border: 1px solid #CCCCCC;
    text-align: left;
    margin-top: 1px;
    font-family: arial;
}

.box {
	padding-top: 5px;
	padding-left: 5px;
    padding-right: 5px;
    font-family: arial;
    font-size: 12px;
    height: 250px;
}

.heading {
    font-family: arial;
    font-size: 19px;
    color: 124A96;
}

.maintext {
    font-family: arial;
    font-size: 12px;
    color: 545454;
}

A:link {text-decoration: none; color: 26618D;}
A:visited {text-decoration: none; color: 26618D;}
A:active {text-decoration: none; color: 26618D;}
A:hover {text-decoration: underline; color: EDA034;}
-->