p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	text-align: left;
	margin: 10px;
	font-size: 12px;

}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	font-style: normal;


}
li {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CC0000;
	list-style-position: outside;
	list-style-type: square;
}
.right {
	text-align: right;
}
