/* background image */
body.custom { background: #eee url(images/bg-white.gif) repeat-x;}

/* global links */
.custom a { color: #878787; }
	.custom a:hover { color: #303030; text-decoration: underline; }

/* thesis menu links */
.custom .menu li a:hover, .custom .menu li.current a, .custom .menu li.current a:hover { border-color: #fff; color: #000; }

/* thesis logo link */
.custom #logo a:hover {  color: #878787; text-decoration: none; }

/* top sidebar colors for white */
.Top h3 { color: #000; } 
	.Top p { color: #404040; } 
	.custom .Top a { color: #808080; } 
		.custom .Top a:hover { color: #000; }
