/*link href="minister.css" rel="stylesheet" type="text/css"*/
a:hover {font-weight:bold}
body {background: url(images/ParchmentBack.jpg);}

#crawl {
	background-color: #4b2173;
	border: 2px solid #663300;
	font-size: 1em;
	font-weight: bold;
	margin-left: 5px;
	padding: 3px;
	width: 474px
}
#crawl a:link {
	color: #fff;
	text-decoration: none
}
#crawl a:visited {
	color: #ccc;
	text-decoration: none
}
#crawl a:link:hover {
	background-color: #665;
	text-decoration: underline
}