@charset "utf-8";
/* CSS Document */

body{
	padding: 25px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 20px;
}

strong{
	padding-right: 6px;
	color: #900;
}

a{
	color: #09F;
	text-decoration: none;
}
