DIV.main { 
	margin-top: 2em;
	margin-bottom: 5em;
	margin-left: 4em;
	margin-right: 4em;
	background-color: #FFFFFF;
	color: #444444;
	padding: 1em;
}
DIV.slideshow-container {
	width = 500px;
}

BODY {
 margin-left: 1em;
 margin-right: 1em;
 margin-top: 1em;
 margin-bottom: 1em;
 background: #FFFFFF;
 color: #444444;
 font-family: Helvetica;
}
body::-webkit-scrollbar {
    width: 0.1px;
    background: transparent; /* make scrollbar transparent */
}

H1, H2, H3, H4, H5, H6 {
 color: #1E4D2B;
 margin: 0.5em;
 font-weight: bold ;
 font-family: Helvetica;
}

HR{ border-bottom: thin solid black; }

H1 {
  font-size: 200%;
}

H1.title {
  font-size: 250%;
  color: #444444;
  padding: 10px;
  background: white
}

H2 {
  font-size: 175%;
}

H3 {
  font-size: 125%;
}

H4 {
  font-size: 110%;
}

H5 {
  font-size: 105%;
}

B, STRONG, I, EM, CITE, TT, CODE, IMG, SPAN {
 display: inline;
}

LI { display: list-item; }

B, STRONG{ font-weight: bold; }

I, EM, CITE { font-style: italic; }

TT, CODE { font-family: courier, monospace; font-size: 85%;}

BLOCKQUOTE { 
 padding: .25em;
 margin-left: 2em;
 color: #444444;
 background-color: None;
}

A:link {
	 color: #004400;
	Text-Decoration : None ;
}
A:visited{ 
	color: #004400;
	Text-Decoration : None ;
}
A:hover{
	color: #004400;
	font-size : 20px ;
	Text-Decoration: None ;
	background-color : white ;
}
A:active{ 
	color: #004400;
	Text-Decoration : None ;
	background-color : None ;
}

A:link IMG { border: none; }
A:visited IMG { border: none; }
A:active IMG{ border: none; }

ADDRESS { color: #000000;
 border: thin solid #333333;
 padding: .125em; 
}

DIV.subboxrt{
float: right; 
padding: 1em; 
background-color: #FFFFFF;
margin: 1em;
}

DIV.subbox{
 padding: 1em; 
background-color: #FFFFFF;
margin: 1em;
}

TD{
border: none;
}

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: gray;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.25);
}

/* Caption text */
.text {
  color: #444444;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #444444;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor:pointer;
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
