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

/* global links */
.custom a { color: #9b9b9b; }
	.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: #9b9b9b; color: #9b9b9b; }

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