/*  style   */


body		{ background-color: #fff; }			
p, li		{ color: #030; }
h1			{ color: #3a3; }
h2			{ color: #3a3; }
h3			{ color: #3a3; }

.date		{ color: #363; }

.footer		{ color: #363; }

#date		{ border-bottom: #3a3; }

#nav		{ background-color: #ffe; border-left: #999; border-bottom: #3a3; }

#header	{ background: url(/resource/cfm24_green.png) no-repeat; }




/* HREF */

a:link				{	color: #06c; }
a:hover			{	color: #030; background: #fc0; }
a:visited			{	color: #006; }
a:active			{	color: #fff; background: #999; }


a.image:hover	{	background: #fff; }
