
body {
	font: 12px Verdana, sans-serif;
	background-image: url(http://www.memarychapman.com/images/grad.jpg); background-repeat: repeat-x;
	}

/* top and bottom links */
a.top:link { 
	text-decoration: none;
	color: #ffcfce;
}
a.top:visited { 
	text-decoration: none;
	color: #ffcfce;
}
a.top:hover { 
	text-decoration: underline; 
	color: #ffcfce;
}

/* legal stuff links */
a.legal:link { 
	text-decoration: none;
	color: #808080;
}
a.legal:visited { 
	text-decoration: none;
	color: #808080;
}
a.legal:hover { 
	text-decoration: underline; 
	color: #808080;
}


/* normal body links */
a:link { 
	text-decoration: none;
}
a:visited { 
	text-decoration: none;
}
a:hover { 
	text-decoration: underline; 
}