.style1 {font-size: 13px; font-family: tahoma, verdana, arial;}
#content {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	padding: 10px;
}
#content p {
	line-height: 20px;
	margin:0;
	padding: 0 10px 10px 10px;
	text-align: justify;
}

a:link {
	color: #500A0A;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #500A0A;
}
a:hover {
	text-decoration: underline;
	color: #3A0706;
}
a:active {
	text-decoration: none;
	color: #500A0A;
}
h1, h2, h3, h4, h5 {
	padding: 0 0 0 10px;
	margin: 0 0 10px 0;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 12px;
}