/*@charset "UTF-8";*/
/* CSS Document */
/* reset css */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* end reset css*/

/*------------------ clearfix ----------------------*/
.group:before,
.group:after {
    content: "";
    display: table;
} 
.group:after {
    clear: both;
}
.group {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}
/*------------------ End of clearfix ----------------------*/

#heading {
  color: #ff5722;
  font-size: 40px;
  font-style: italic;
  font-family: arial, helvetical, sans-serif;

}

#lineone span {
  font-family: "Courier New", Courier, monospace;
  font-size: 28px;
  align-content: flex-start;
  white-space: pre-wrap;

}

#linetwo span {
  color: #ff5722;
  font-family: "Courier New", Courier, monospace;
  font-size: 28px;
  align-content: flex-start;
  white-space: pre-wrap;

}

#par2 {
  font-weight: bold;
}

#par3 {
  background-color: #000000;
  font-family: arial, helvetical, sans-serif;
  color: #FFFFFF;
}

#par4 {
  background-color: #FFFFFF;
  font-family: arial, helvetical, sans-serif;
  color: #000000;
}

#par5 {
  background-color: #000000;
  font-family: arial, helvetical, sans-serif;
  color: #FFFFFF;
}

#par6 {
  background-color: #FFFFFF;
  font-family: arial, helvetical, sans-serif;
  color: #000000;
}

a.inst:link {
  color: #000000;
}

a.inst:visited {
  color: #ff5722;
}

#legend {
  background-color: #000000;
  font-family: arial, helvetical, sans-serif;
  color: #FFFFFF;
}



.footer
{

  border: none;

  width: 100%;

  height: 10%;
  
text-align: center;

  font-family: arial;

  color: #ff5722;

  font-size: 16px;

}

