@charset "utf-8";
/* CSS Document */

* { margin: 0; padding: 0; }

body {
	background-color: #bfdee6;
	line-height: 1.5em;
	font-family: Tahoma, Geneva, sans-serif;
}

#banner {
	height: 120px;
	background-color: #024151;
}

#banner h1 {
	color: #fff;
	text-align: center;
	padding-top: 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
}

#content {
	text-align: center;
	width: 600px;
	margin: auto;
	background-color: #fff;
	padding: 20px;
}

ul { list-style-type: none; }

li { 
	text-align: center; 
	border-bottom: 1px dashed #ddd; 
	padding: 10px 0; 
}

h3 {
	margin-top: 20px;
}

