
/* Body Properties*/

BODY			{ background: #EEEEEE; margin: 0; background-image: url("./img/back2.gif")}

A:link		{ color: #63B36C; }
A:active 		{ color: #63B36C; }
A:hover 		{ color: #AACDAD; }



/* Footer Link Properties*/

A.Current:link { color: #63B36C; text-decoration: none; }
A.Current:visited { color: #63B36C; text-decoration: none; }
A.Current:active { color: #63B36C; text-decoration: none; }
A.Current:hover { color: #AACDAD; text-decoration: underline; }

.NavSelected	{ background-color: #000000; font-family: Lucida Grande, Verdana, Helvetica, sans-serif; font-size: 80%; color: red; font-weight: bold; table-layout: fixed }

