body {
	margin: 0;
    font-family: Verdana;
	font-size: 12px;
	background: url(../images/bkfill.jpg) repeat-x;
}

.backlink {
	font: normal 14px Trebuchet MS;
	color: #444860;
	text-decoration: underline;
}	

.backlink:hover {
	color: #586DB8;
	text-decoration: none;
}	

.entry {
	border: 1px solid #A9AAB5;
	border-top: none;
	background: url(../images/fill2.jpg) repeat-x;
	padding: 6px;
	font: normal 12px Verdana;
    color: #47495F;
}

.entry a {
	color: #373173;
	text-decoration: underline;
}

.entry a:hover {
	color: #3970C1;
	text-decoration: none;
}			

.search {
	width: 578px;
	font: normal 12px Verdana;
	border: 1px solid #9495A2;
	background-color: #DDDEE7;
	background-image: url(../images/fill1.jpg);
	background-repeat: repeat-y;
	padding: 6px;
}
	
.search a {
	color: #373173;
	text-decoration: underline;
}	
	
.search a:hover {
	color: #3970C1;
	text-decoration: none;
}			

	
	
	
	
	