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: #000000; 
	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: 550px;
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;
}

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

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

.white {
  color: white;
}


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

.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 {
  width: 480px;
  margin-left: 30px;
  margin-top: 5px;
}

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

}


.large {
  font-size: 48px;
  line-height: 58px;
  text-indent: 0px;
  margin-left: 0px;
  text-align: left;

}
a:link { text-decoration: none; color: black; } 
a:active { text-decoration: none; color: black; }
a:visited { text-decoration: none; color: black; }
a:hover { text-decoration: none; color: black; } 


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