@charset "utf-8";

body{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin : auto;
	padding : 0;
	width : 800px;
	text-align: center;	
	color : #6699FF;
}

h1{
	font-size: 22px;
}

h2{
	font-size : 18px;	
}

a{
	text-decoration : none;
	color : #6699FF;
	font-size: 16px;
}

#all{
	margin-top: 8%;
	text-align : center;	
}

