@charset "UTF-8";
/* CSS Document */

body {
	margin: 10px auto;
}

div#container {
	width: 580px;
	margin: 0px auto;
	padding: 25px;
	border: 1px #000 solid;
}
	
h2 {
	font: bold 24px Georgia, "Times New Roman", Times, serif;
	color: #0033cc;
	text-align: center;
}

h3 {
	font: bold 15px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-indent: 1.5em;
}


h4 {
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	
}

h5 {
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	color: #0033cc;
	text-indent: 1.5em;
}

div#signature {
	margin: 25px 0;
	font: bold 18px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-indent: 1em;
}

p, ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

p {
	text-indent: 1.5em;
}

ul.topics {
	margin-left: 1em;
	padding-left: 1em;
}

ul.topics li {
	padding-bottom: 1em;
}

ul.how-to {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

ul.how-to li {
	padding-bottom: 1em;
}

span {
	font-weight: bold;
}

