@charset "utf-8";

body{
	font-family:arial,sans-serif;
	font-size:small;
}
.header{
	width:600px;
	margin:auto;
}
.result{
	
	width:950px;
	margin:auto;
	margin-top:20px;
	text-align:left
}
.search_content{
}
.linkcontainer{
	
	//border:1px solid black;
	margin:20px 10px 10px;
}
.form{
	text-align:center;
	margin-top:20px;
}
.form .ipt{
	height:20px;
	width:300px;
	}
.link li{
	//list-style-image:url(image/search_arrow.jpg);
	list-style-type:none;
	}


.link a{
	font-size:medium;
	font-weight:normal;
	line-height:1em;	
	
	}
.title{
	font-size:0.9em;
	color:#008000;
}
.descrptn{
	//margin-left:15px;
}
#counter{
	margin:20px 10px 10px;
	font-size:small;
	color:grey;
	
}

