@CHARSET "UTF-8";

.opening {
	font-family: Gungsuh;
	font-size: 13pt;
}

.body1 {
	font-family: calibri, "Times new roman", candara, georgia; /* Gungsuh */
	font-size: 12pt;
	text-align: justify;
	text-indent: 30px;
	background-color: white;
}

.body2 {
	font-family: calibri, "Times new roman", candara, georgia; /* Gungsuh */
	font-size: 12pt;
	text-align: justify;
	text-indent: 30px;
	color: yellow;
	background-image: url("../pictures/space.jpg");
	background-color: black;
}

.ol1 {
	padding-left: 50px;
	padding-right: 50px;
}

img {
	border: 0;
}

p {
	line-height: normal;
	margin: 0;
}

a:link,a:visited {
	color: #333333;
	text-decoration: none;
	font-family: verdana;
	font-size: 11pt;
}

a:hover {
	color: #00A5D9;
	text-decoration: underline;
}

ol {
	counter-reset: l1;
}

ol ol {
	counter-reset: l2;
}

ol ol ol {
	counter-reset: l3;
}

ol li:before {
	counter-increment: l1;
	content: counter(l1) ". ";
}

ol ol li:before {
	counter-increment: l2;
	content: counter(l1) "." counter(l2) ".  ";
}

ol ol ol li:before {
	counter-increment: l3;
	content: counter(l1) "." counter(l2) "." counter(l3) ".  ";
}

li {
	list-style-type: none !important;
	list-style-type: decimal;
}

.statute {
	font-family: "Georgia";
	font-size: 13pt;
}