@charset "utf-8";
/* CSS Document */
body{
	margin:0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
}

.all_border{
	
	border-bottom-style:solid;
	border-bottom-width:2px;
	border-bottom-color:#333;
	
	
	border-top-style:solid;
	border-top-width:2px;
	border-top-color:#333;
	
	
	border-left-style:solid;
	border-left-width:2px;
	border-left-color:#333;
	
	
	border-right-style:solid;
	border-right-width:2px;
	border-right-color:#333;
	
	
}
