.standard
        {
        font-family: arial, helvetica, sans;
        font-size: 11px;
	line-height: 13px;
        font-weight: normal;
        color: #000000;
        }

.mstandard
        {
        font-family: arial, helvetica, sans;
        font-size: 11px;
        line-height: 13px;
        font-weight: bold;
        color: #000000;
        }

.rtop
        {
        font-family: arial, helvetica, sans;
        font-size: 13px;
        font-weight: normal;
        color: #000000;
        }

.headline
        {
        font-family: arial, helvetica, sans;
        font-size: 20px;
        line-height: 20px;
        font-weight: normal;
        color: #000000;
        }

A.menulink {
        display: block;
        width: 100%;
        text-align: center;
        text-decoration: none;
        font-family: arial, helvetica, sans;
        font-size: 11px;
        line-height: 13px;
	font-weight: bold;
        color: #000000;
        border: 3px;
        border: solid 3px #ffffff;
        }

A.menulink:hover {
	border: 0px;
	color: #ffffff;
        border: solid 3px #ff2000;
        background-color: #ff2000;
}

