/*neue css */
/*	* { border: 1px solid black; } */
	
body { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #7a2122;
	}

#wrap {
	height: 1250px;
	margin: 0 auto;
	padding-top: 2px;
	width: 550px;
	background: white;
	border-radius: 20px;
	text-align: center;
	}
	
#ob { color: #7a2122; }
	
#col1 { color: red; }
#col2 { color: red; }
#col3 { color: red; }
#col4 { color: red; }
#col5 { color: red; }

#ul1 { list-style-type: none; }
#ul2 { list-style-type: none; }
#ul3 { list-style-type: none; }
#ul4 { list-style-type: none; }






	