body {
font-family: Verdana;
font-size: 15pt;
background-color: white;
}

.Banner {
margin-top:10px;
margin-bottom:10px;
text-align:center;
}

@font-face {
  font-family: 'Risque';
  src: url(Risque-Regular.otf) format('otf');
}

a {
color: blue;
text-decoration: none;
}

em {
font-style: normal;
font-weight: bold;
color: purple;
font-style: italic;
}

.Brown {
color: #A3703B;
font-family: 'Risque';
font-size: 50pt;
}

.Orange {
color: #F3352A;
font-family: 'Risque';
font-size: 50pt;
}

.Blue {
color: #5056A9;
font-family: 'Risque';
font-size: 50pt;
}

.SubTitle {
color: #5056A9;
font-family: 'Risque';
font-size: 22pt;
}

.SubSubTitle {
color: #00A652;
font-family: 'Risque';
font-size: 20pt;
}

.SubSubTitle {
color: #00A652;
font-family: 'Risque';
font-size: 20pt;
}

.SubSubSubTitle {
color: #A3703B;
font-family: 'Risque';
font-size: 18pt;
}

.SubSubSubSubTitle {
color: orange;
font-size: 12pt;
}

.Story {
text-align: justify;
text-justify: inter-character;
}

blockquote {
margin: 30px;
color:#ff8c00;
}

h1 {
color: #5056A9;
font-family: 'Risque';
font-size: 30pt;
margin-top:30px;
text-align:center;
}

h2 {
color: #F3352A;
font-family: 'Risque';
font-size: 25pt;
margin-top:30px;
text-align:center;
}

h3 {
color: #5056A9;
font-family: 'Risque';
font-size: 18pt;
margin-top:10px;
text-align:center;
}

.shadow {
box-shadow: 5px 5px black;
border: 2px solid black;
margin-bottom:20px;
}

.cal {
background-color: #FFC621;
border: 2px solid orange;
padding: 4px;
color:#674A0D;
}

nav {
	margin: 0 auto;
	background: white;
	overflow: hidden;
	display: block;
}

.contain {
	margin: 0 auto;
}

.contain:before, .contain:after {
	display: table;
	content: "";
}

#singler {
	margin: 0;
	padding: 20px 0 10px;
	list-style: none;
	text-align:center;
	overflow: hidden;
}
#singler li {
	float: left;
	margin: 0 15px 10px 0;
}
#singler a:link,
#singler a:visited,
#singler a:active,
#singler a:focus,
#singler a:hover {
	background: #0077A4;
	border-radius: 5px;
	color: #fff;
	float: left;
	padding: 5px 10px;
	text-decoration: none;
}
#singler a:hover,
#singler a.active {
	background: #fff;
	color: #0077A4;
}
