@charset "UTF-8";
/* CSS Document */


h1 {
	display:none;
}

a:link {
	text-decoration: none;
	color:#6b5846;
}

a:visited {
	text-decoration: none;
	color:#6b5846;
}

a:hover {
	text-decoration:none;
	color:#FFFFFF;
}


td.text a:link {
	text-decoration: none;
	color:#ffffff;
}

td.text a:visited {
	text-decoration: none;
	color:#ffffff;
}

td.text a:hover {
	text-decoration: underline;
	color:#ffffff;
}
