@charset "UTF-8";
/* CSS Document */

body{
	background:#fff;
	color:#333;
	font-size:14px;
}

a{
	color:#336699;
}

#container{
	text-align:center;
}

header{
	margin-top:50px;
	font-size:24px;
	margin-bottom:24px;
	color:#727272;
}

ul{
	margin-bottom:1.5em;
}

ul li{
	line-height:1.5;
	font-size:14px;
	list-style:none;
}
