body {
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 12px;
	 background-image: url(wfcsbg.gif);
	 background-repeat: repeat-x;
}

a.link {
	font-weight: normal;
	font-size: 12px;
	text-align: center;
	text-decoration : none;
	display: block;
	color: Black;
}

a.link:hover {
	   color: #ffffff;
		text-decoration: underline;
		font-weight: normal;
		font-size: 12px;
}

a.link2 {
	text-align: left;
	text-decoration : none;
	display: block;
	color: #000000;
	font-size: 12px;
}

a.link2:hover {
	   color: #006400;
		text-decoration: underline;
		font-weight: normal;
		font-size: 12px;
		font-weight: bold;
}

