a:hover, a:active {
	color: #222;
	border-bottom: 1px solid black;
}
a:link {
	color: #781808;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #781808;
}
h1 {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 225%;
	color: #444;
	margin: 0;
	padding: 5px 0 5px 0;
	width: 100%;
}
h2 {
	display: block;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	text-align: left;
	text-indent: 30px;
	padding: 0px;
	margin: 10px 0 0 0;
	border-bottom: dotted 2px #d0d0d0;
	border-top: dotted 2px #d0d0d0;
	background: #deded9;
	font-size: 160%;
}
h2::first-letter {
	color: #781808;
	background-color: transparent;
}
h3, h4, h5 {
	margin: 10px 40px 10px 40px;
	padding: 0;
}
h3 {
	font-size: 125%;
	font-style: italic;
}
h4 {
	font-size: 125%;
}
h5 {
	font-size: 100%;
}
h6 {
	width: 100%;
	margin: 10px 0 15px 0;
	background-color: #ECECEC;
	text-align: left;
	text-indent: 30px;
	font-size: 100%;
	font-style: italic;
	padding-top: 1px;
	padding-bottom: 1px;
	border-bottom: solid 1px #bbb;
	border-top: solid 1px #bbb;
}
hr {
	margin: 10px 0 10px 0;
	padding: 0;
	height: 1px;
	border: 0;
	color: #aaa;
	background-color: #aaa;
}
hr.floatfix {
	clear: both;
	color: #e8e8e6;
	background-color: #e8e8e6;
}
img {
	display: inline-block;
	margin: 0rem auto;
}
.i1 {
	display: block;
	margin: 0rem;
}
ol {
	padding: 0px 0px 0px 20px;
}
ol.n1 {
	font-style: italic;
	list-style-type: none;
	padding: 0px 0px 10px 0px;
}
ol.n2 {
	list-style-type: none;
	padding: 0px 0px 10px 0px;
}
.footer {
	display: none;
}
.r1 {
	float: right;
	margin-right: 10px;
	margin-top: 30px;
}
.r2 {
	float: right;
	height: auto;
	max-width: 100%;
	margin: 0px 10px 0px 0px;
}
.t1 {
	font-weight: bold;
	width: 26%;
	text-align: right;
	clear: right;
	float: left;
	line-height: 22px;
}
.t2 {
	text-align: left;
	width: 73%;
	float: right;
	line-height: 22px;
}
#header {
	text-align: center;
	background: #e5e5e5;
	border: 1px solid #781808;
	border-top: 5px solid #781808;
	border-bottom: 5px solid #781808;
	padding: 5px 0 13px 0;
}
#header .about {
	margin: 7px 0 0 0;
	padding: 0;
	font-style: italic;
	color: #555;
}
#header .menu a:link, #header .menu a:visited {
	color: #333;
}
#header .menu {
	font-weight: bold;
	margin: 0;
	color: #999;
}
#maindiv {
	margin: 0 auto;
	margin-top: -20px;
	max-width: 360px;
	width: 360px;
}
#maindiv .content {
	background-color: #e8e8e6;
	border-color: #781808;
	border-style: solid;
	border-width: 1px 1px 4px 10px;
	counter-increment: kman;
	counter-reset: h2;
	display: block;
	margin: 20px 2px;
	overflow: hidden;
	padding: 0 0 10px 0;
	position: relative;
}
#maindiv .content::before {
	background-color: #781808;
	color: #eee;
	content: counter(kman, lower-roman);
	display: block;
	font-size: 100%;
	font-weight: bold;
	left: 0px;
	position: absolute;
	text-align: center;
	top: 0px;
	width: 35px;
}
#maindiv .important ol {
	margin: -10px 0 0 20px;
}
#maindiv .important p {
	font-size: 100%;
	text-indent: 0px;
	margin: 5px 0 10px 0;
}
#maindiv .important ul {
	margin: -10px 0 0 15px;
}
#maindiv .important {
	font-size: 95%;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	text-align: left;
	background-color: #F1F1F1;
	border-top: solid 1px #aaa;
	border-bottom: solid 1px #aaa;
	border-left: solid 6px #aaa;
	border-right: solid 6px #aaa;
	padding: 10px;
	margin: 20px auto;
	width: 80%;
	line-height: 160%;
}
#maindiv .important::before {
	display: none;
}
#maindiv address {
	background-color: #781808;
	bottom: -4px;
	color: #BBB;
	display: block;
	font-size: 95%;
	font-style: normal;
	font-weight: bold;
	height: 24px;
	left: 0px;
	margin: 0px;
	padding: 3px 0px 0px;
	position: absolute;
	text-align: right;
	text-decoration: none;
	width: 100%;
}
#maindiv address a:active {
	color: #fff;
	text-decoration: line-through;
	border: none;
}
#maindiv address a:focus, #maindiv address a:hover {
	text-decoration: none;
	color: #F1F1F1;
	border: 0;
}
#maindiv address a:link {
	font-weight: bold;
	text-decoration: underline;
	background-color: transparent;
	color: #eaeaea;
	padding-right: 5px;
	padding-left: 5px;
}
#maindiv address a:visited {
	background-color: transparent;
	color: #eaeaea
}
#maindiv ol li {
	line-height: 150%;
}
#maindiv ol {
	margin: -10px 0 0 35px;
	margin-left: 40px;
}
#maindiv p {
	font-size: 100%;
	font-style: normal;
	line-height: 150%;
	padding: 0px;
	margin: 10px auto;
	width: 95%;
	display: block;
}
#maindiv ul li {
	list-style-type: square;
	line-height: 150%;
}
#maindiv ul {
	margin: -10px 0 0 30px;
	margin-left: 35px;
}
#wrap {
	clear: both;
	display: inline-block;
	text-align: left;
	margin: 0 auto;
	margin-top: 20px;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #333;
	position: relative;
	max-width: 360px;
	width: 360px;
}
@media only screen and (min-width: 620px) {
  .footer {
	display: inline-flex;
  }
  #wrap {
	clear: both;
	display: inline-block;
	text-align: left;
	margin: 0 auto;
	margin-top: 20px;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #333;
	position: relative;
	max-width: 620px;
	width: 620px;
  }
  #maindiv {
	margin: 0 auto;
	margin-top: -20px;
	max-width: 620px;
	width: 620px;
  }
}
@media only screen and (min-width: 980px) {
  .footer {
	display: inline-flex;
  }
  #wrap {
	clear: both;
	display: inline-block;
	text-align: left;
	margin: 0 auto;
	margin-top: 20px;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #333;
	position: relative;
	max-width: 980px;
	width: 980px;
  }
  #maindiv {
	margin: 0 auto;
	margin-top: -20px;
	max-width: 980px;
	width: 980px;
  }
}
