A {
        text-decoration: none
}
A:link {
         color: #72777d
}
A:active {
         color: #72777d
}
A:visited {
         color: #72777d
}
A:hover {
         color: blue
}

.maxtext {
	font-size: 18px;
}
.middletext {
	font-family: "MS UI Gothic";
        font-size: 16px;
        color      : #72777d
}
.normaltext {
	font-family: "MS UI Gothic";
        font-size  : 14px;
        color      : #72777d
}