div.root {
	width: 741px;
	text-align: justify;
	margin: 0 auto;
}

a, a:link, a:visited {
	font-family: Tahoma, "Times New Roman", Times, serif;
	color: #7F1313;
	text-decoration: none;
	font-weight: bold;
}

a:active, a:focus, a:hover {
	font-family: Tahoma, "Times New Roman", Times, serif;
	color: #7F1313;
	text-decoration : underline;
	font-weight: bold;
}

body {
	background-color: white;
	margin-bottom: 32px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
  text-align: center;
}

h1 {
	font-family: Georgia, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
  padding-top: 16px;
  border-bottom: 1px solid #999999;
}

h2 {
	font-family: Georgia, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
  padding-top: 16px;
  border-bottom: 1px solid #999999;
}

p,li {
	font-family: Tahoma, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
}

.faded {
	color: #999999;
	font-family: Tahoma, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
}

img { border: 1px solid black; }