/* didg download */

html, body, p, a, li, ul, ol, div, h1, h2, h3 {
	margin: 0;
	padding: 0;
}


body {
	background-color:white;
	padding: 40px;
	min-height: 60%;
}

p {
	font-family:Garamond, Georgia, "Times New Roman", Times;
	font-size: 16px;
	text-align:justify;
	margin: 10px 0;
	line-height:1.3;
}

a, a:link {
	color:#990000;
	font-weight:bold;
	text-decoration: none;
}

a:hover {
	color:#990000;
	font-weight:bold;
	text-decoration:underline;
}

h1 {
	font-family:Garamond, Georgia, "Times New Roman", Times;
	font-size: 24px;
	color:#990000;
	margin:0 0 10px 0;
}

h2 {
	font-family:Garamond, Georgia, "Times New Roman", Times;
	font-size: 19px;
	font-weight: normal;
	color:#990000;
	font-style:italic;
	margin: 5px 0 7px 0;
}

h3 {
	font-family:Garamond, Georgia, "Times New Roman", Times;
	font-size: 19px;
	font-weight: normal;
	color:#990000;
	font-style:italic;
	margin: 5px 0 25px 0;
}
