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;
}






body {


background-color: white;

	margin: 0px;
	font-family: Times New Roman, Times, serif;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 29px;
	text-indent: 30px;
	text-align: left;
	color: black;
}

#content {
  display: inline-block;
width: 850px;
background-color: white;
padding: 20px;
position: relative;
left: 10%;
}

#divleft {
  display: inline-block;
  width: 10%;
  background-color: blue;
}

#divright {
  display: inline-block;
  background-color: blue;
}

p {
	margin: 0px;
	padding: 0px;
}

.center {
  text-indent: 0px;
  text-align: center;
}

.center-big {
  text-indent: 0px;
  text-align: center;
  font-size: 46px;
  line-height: 50px;
}
.center-med {
  text-indent: 0px;
  text-align: center;
  font-size: 40px;
}

.underline {
  border-bottom: 2px solid black;
}

.blue {
  color: blue;
}

.red {
  color: red;
}

@font-face {
    font-family: 'blackmoorbbregular';
    src: url('blackpla-webfont.eot');
    src: url('blackpla-webfont.eot?#iefix') format('embedded-opentype'),
         url('blackpla-webfont.woff2') format('woff2'),
         url('blackpla-webfont.woff') format('woff'),
         url('blackpla-webfont.ttf') format('truetype'),
         url('blackpla-webfont.svg#blackmoorbbregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.blackmoorcentered {
	font-family: 'blackmoorbbregular', Fette Fraktur;
	font-weight: normal;
    font-style: normal;
    text-align: center;
    font-size: 32px;
    line-height: 32px;
    text-indent: 0px;
}

.left {
	text-indent: 0px;
}

.right {
	text-indent: 0px;
	text-align: right;
}

.quote {
	font-weight: bold;
	margin-left: 0px;
  text-indent: 0px;
}

.quote-div {
	border-left: 5px solid black;
  position: relative;
    left: 15px;
    padding-left: 10px;
    padding-right: 20px;
}

.bold {
  font-weight: bold;
}

.superscript {
vertical-align: super;
  font-size: 14px;
    line-height: 17px;
  text-indent: 0px;
} 

.subscript {
vertical-align: sub;
  font-size: 14px;
    line-height: 5px;
  text-indent: 0px;
} 


.large {
  font-size: 136px;
  line-height: 140px;
  text-indent: 0px;
  margin-left: 0px;
  text-align: left;
}

.italics {
	font-style: italic;
}

.highlighted {
	font-size: 90px;
  line-height: 90px;
  letter-spacing: 1px;
	color: white;
	background-color: black;
}

.calibri {
	font-family: Calibri, Arial, sans-serif;
	font-size: 45px;
  line-height: 46px;
  color: #1c4a79;
}

.img {
  margin-left: 30px;
  margin-top: 10px;
}

.small {
  font-size: 17px;
  line-height: 21px;
  text-indent: 0px;
  margin-left: 80px;
  text-align: right;

}

.helvetica { 
  font-family: Helvetica, Arial, sans-serif; font-size: 24px; line-height: 32px; color: blue
}

a:link { text-decoration: none; border-bottom: 1px solid blue; color: blue; } 
a:active { text-decoration: none; border-bottom: 1px solid blue; color: blue; }
a:visited { text-decoration: none; border-bottom: 1px solid blue; color: blue; }
a:hover { text-decoration: none; border-bottom: 1px solid blue; color: blue; } 

a.black:link { text-decoration: none; border-bottom: 1px solid black; color: black; } 
a.black:active { text-decoration: none; border-bottom: 1px solid black; color: black; }
a.black:visited { text-decoration: none; border-bottom: 1px solid black; color: black; }
a.black:hover { text-decoration: none; border-bottom: 1px solid black; color: black; } 

