BODY {
	background: #669999;
        font-size: medium;
        font-family: sans-serif, Arial;
        font-weight: normal;
        text-decoration: none;
        color: #ffffcc;
 }
A:link {
	font-size: medium; 
	font-family: sans-serif, Arial;
	font-weight: normal;
	text-decoration: none; 
	color: #CCFFCC
 }
A:active {
        font-size: medium;
        font-family: sans-serif, Arial;
	font-weight: normal;
        text-decoration: none;
 }
A:visited {
        font-size: medium;
        font-family: sans-serif, Arial;
	font-weight: normal;
        text-decoration: none;
	color: #CCFFCC
 }
A:hover {
        font-size: medium;
        font-family: sans-serif, Arial;
	font-weight: normal;
        text-decoration: underline;
	color: #ffffcc;
 }

A.zmind:link {
	font-size: xx-small 
 }
A.zmind:active {
        font-size: xx-small
 }
A.zmind:visited {
        font-size: xx-small
 }
A.zmind:hover {
        font-size: xx-small
 }

