@charset "UTF-8";
/* CSS Document */


#resultpreview{
	width: 100%;
	padding-top: 20px;
	padding-bottom:20px;
	border-bottom-color:#996633;
	border-bottom-style:solid;
	border-bottom-width:thin;
}

/* FONTS  */

.resulttitle{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color:#000000;
	text-decoration:none;

}

.resulttitle:hover{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color:#000000;
		text-decoration: underline;

}

.resultcopy{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
		text-decoration:none;
	
}


.resultcopy:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
			text-decoration: underline;
}

#search1
{
	width: 400px;
}
#pagenumber{
margin-top: 20px;
text-align:center;
margin-bottom: 20px;
}
.currentpage{
font-size:16px;
}
.otherpage{
font-size: 14px;
}

