/* Jieldé Lamps CSS Inverse Black to Red */

#content a:link, #content a:visited {
	text-decoration:underline;
	color:#323232;
}

#content a:hover {
	text-decoration:none;
	color:#F6F6F6;
}

#footer a:link, #footer a:visited {
	color:#323232;
}

#footer a:hover {
	color:#F6F6F6;
}

#footer ul li {
	border-right:solid #323232 1px;
}