/* CSS Document */
.mmenu:link    {
        color: red ;
		text-decoration : none;
		font-size: 11px;
}

.mmenu:active  {
        color: red;
        text-decoration : none;
		font-size: 11px;
}

.mmenu:visited {
        color: red;
        text-decoration : none;
		font-size: 11px;
}

.mmenu:hover   {
        color: #000099;
		text-decoration : underline ;
		font-size: 11px;
}

A:link    {
        color: white ;
		text-decoration : none;
		font-size: 11px;
}

A:active  {
        color: white;
        text-decoration : none;
		font-size: 11px;
}

A:visited {
        color: white;
        text-decoration : none;
		font-size: 11px;
}

A:hover   {
        color: #white;
		text-decoration : underline ;
		font-size: 11px;
}

.ng:visited, .ng:link, .ng:hover {
	color: white;
	text-decoration: none;
	font-style: italic ;
	font-size: 11px;
}

