@charset "utf-8";
h1 {
	font-size: 25px;
	color: #FFF;
}

h2 {
	font-size: 20px;
	color: #333;
	margin-top: 5px;
	margin-bottom: 5px;
	text-decoration:underline;
}

#content ul li label {
    font-size: 16px;
    font-weight: bold;
}

p{
	margin-bottom:10px;
}

header, footer {
	display: block;
}