/* unvisited link */
a:link {
  text-decoration: underline;
  color: blue;
  text-align: left;
}

/* visited link */
a:visited {
  text-decoration: underline;
  color: purple;
}

/* mouse over link */
a:hover {
  text-decoration: underline;
  color: yellow;
  background-color: red;
}

/* selected link */
a:active {
  text-decoration: underline;
  color: red;
  background-color: yellow;
}



.embed-container {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 560px;
	margin-left: auto;
	margin-right: auto;
	margin: auto;
}

.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media only screen and (min-width: 749px) {
	.embed-container {
		padding-bottom: 315px !important;
	}
}



/* unvisited link */
a.btn:link {
  text-decoration: none;
  color: black;
  background-color: yellow;
  text-align: center;
}

/* visited link */
a.btn:visited {
  text-decoration: none;
  color: white;
  background-color: purple;
  text-align: center;
}

/* mouse over link */
a.btn:hover {
  text-decoration: none;
  color: yellow;
  background-color: red;
  text-align: center;
}

/* selected link */
a.btn:active {
  text-decoration: none;
  color: white;
  background-color: blue;
  text-align: center;
}






body {
	margin-left: 6px;
	margin-right: 6px;
}
h1 {

	color: purple;
	text-align: center;
}
h2 {
	color: blue;
	text-align: center;
}
h3 {
	color:green;
	text-align: left;
}
h4 {
	color:maroon;
	text-align: left;
}
h5 {
	color:black;
	text-align: center;
}
p {
	text-align: left;
}
p.i {
	color: blue;
}




img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	height: auto;
}



/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.auto-resizable-iframe {
  max-width: 660px;
  margin: 0px auto;
}

.auto-resizable-iframe > div {
  position: relative;
  height: 0px;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.auto-resizable-iframe iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}



.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	max-width: 35%;
	height: auto;
}

.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	margin-left: auto;
	margin-right: auto;
}




#a {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#a td, #a th {
  border: 1px solid #ddd;
  padding: 8px;
}

#a tr:nth-child(even){background-color: #f2f2f2;}

#a tr:hover {background-color: #ddd;}

#a th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #04AA6D;
  color: white;
}
/* Dashed border */
hr.dashed {
  border-top: 3px dashed #bbb;
}

/* Dotted border */
hr.dotted {
  border-top: 3px dotted #bbb;
}

/* Solid border */
hr.solid {
  border-top: 3px solid #bbb;
}

/* Rounded border */
hr.rounded {
  border-top: 8px solid #bbb;
  border-radius: 5px;
}
figure {
  border: 1px #cccccc solid;
  padding: 4px;
  margin: auto;
}

figcaption {
  background-color: black;
  color: white;
  font-style: italic;
  padding: 2px;
  text-align: center;
}

blockquote {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 40px;
  margin-right: 40px;
}
