a {
	color: #000195;
	text-decoration: none;
}
a:hover {
	color: #844200;
	text-decoration: underline;
}
body {
	color: black;
	background-color: #fcefdf
}
h1 {
	border-left: 30px solid #f87608;
	border-right: 30px solid #f87608;
	text-align: center;
	color: #444444;
	font-size: 28px;
	font-weight: bolder;
	margin-bottom: 20px;
	margin-top: 20px;
	padding-left: 8px;
}
h2 {
	color: #444444;
	font-size: 20px;
	margin-top: 16px;
	padding-left: 5px;
}
hr {
	border: dotted;
	color: #f87608;
	height: 1px;
	margin-top: 8px;
	width: 100%;
}
ul {
	margin-left: 20px;
}
li {
	font-size: 16px;
	line-height: 120%;
	margin-bottom: 10px;
	vertical-align: middle;
}
.header {
	background-color: #66ffff;
	height: 100px;
	width: 100%
}
.bodytxt {
	font-size: 16px;
	line-height: 175%;
	padding-left: 15px;
	padding-right: 15px;
}
.footer {
	background-color: #f87608;
	color: #FFFF99;
	font-size: 14px;
	letter-spacing: 0.2em;
	padding: 2px;
	text-align: center;
}
.breadcrumb {
	font-size: 12px;
	font-weight: 700;
	text-align: left;
	margin-left: 30px;
	color: #602c08;
}
.mainmenutop {
	color: #161624;
	background-color: #fceadc;
	border: 1px dotted #4A4C6A;
	font-size: 36px;
	font-weight: 700;
	letter-spacing: 0.2em;
	padding: 2px;
	text-align: center;
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 10px;
	width: 70%;
}

.mainmenu {
	color: #ff0195;
	background-color: #fceadc;
	border: 1px dotted #4A4C6A;
	font-size: 48px;
	font-weight: 600;
	letter-spacing: 0.2em;
	padding: 2px;
	text-align: center;
	margin-left: 2%;
	margin-right: 2%;
	width: 80%;
}

.bismainmenu {
	color: #000000;
	background-color: #fceadc;
	border: 1px dotted #4A4C6A;
	font-size: 48px;
	font-weight: 600;
	letter-spacing: 0.2em;
	padding: 2px;
	text-align: center;
	margin-left: 2%;
	margin-right: 2%;
	width: 80%;
}


.smallermenu {
	color: #ff0195;
	background-color: #fceadc;
	border: 1px dotted #4A4C6A;
	font-size: 48px;
	font-weight: 400;
	letter-spacing: 0.2em;
	padding: 2px;
	text-align: center;
	margin-left: 2%;
	margin-right: 2%;
	width: 80%;
}


.mainmenusmall {
	background-color: #fceadc;
	border: 1px dotted #4A4C6A;
	font-size: 28px;
	padding: 2px;
	text-align: center;
	margin-left: 1.5%;
	margin-right: 1.5%;
	width: 80%;
}
.currentmenu {
	background-color: #60B0B0;
	border: 1px dotted #4A4C6A;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.2em;
	padding: 2px;
	text-align: center;
	margin-left: 2%;
	margin-right: 2%;
	width: 16%;
}
.currentmenusmall {
	background-color: #60B0B0;
	border: 1px dotted #4A4C6A;
	font-size: 16px;
	padding: 2px;
	text-align: center;
	margin-left: 1.5%;
	margin-right: 1.5%;
	width: 16%;
}
.strongcolor {
	color: #FF0000;
}
.title {
	color: #f87608;
	font-family: sans-serif;
	font-size: 30px;
	font-weight: bolder;
	margin-bottom: 13px;
}
.topicmenu {
	background-color: #E5FFCC;
	border: 1px solid #f87608;
	padding: 5px;
}
.txtblock {
	font-size: 36px;
	border-top: 1px solid #f87608;
	padding: 5px;
}
.txtblocksmall {
	font-size: 18px;
	border-top: 1px solid #f87608;
	padding: 5px;
}
.centertxtblock {
	font-size: 36px;
	text-align: center;
	border-top: 1px solid #f87608;
	padding: 5px;
}



.emphasis {
	font-size: 36px;
	border-top: 1px solid #f87608;
	padding: 5px;
	color: #ff0195;
}

span.emphasi {
	font-size: 36px;
	color: #ff0195;
}

span.del {
  text-decoration-line: line-through;
  text-decoration-style:double;
  text-decoration-color: red;
}

.outdated {
	font-size: 24px;
	border-top: 1px solid #f87608;
	padding: 5px;

}

.resizeforwidth img {
	width: 60%; 
	margin-top: 2%;
	margin-bottom: 2%;
	margin-left: 20%;
	margin-right: 20%;
}

.resizeforwidthsmall img {
	width: 30%; 
	margin-top: 2%;
	margin-bottom: 2%;
	margin-left: 35%;
	margin-right: 35%;
}


.images {
	width: 60%; 
	margin-top: 2%;
	margin-bottom: 2%;
	margin-left: 20%;
	margin-right: 20%;
}