html {
background-color: #222222;
background-image: url('images/RevD-BG.jpg');
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
font-family: verdana, arial, sans serif;
font-size: 14px;
font-weight: normal;
color: white;
}

body {
margin: 50;
}

#headline {
	border-top: 5px solid red;
	border-bottom: 5px solid red;
	font-size: 18px;
	font-style: normal;
	font-weight: 800;
	text-align: center;
	margin: 75px auto;
	line-height: 1.5em;
	width: 500px;
	}

h1 {
    
	color: lightblue;
}

h3 {
display: block;
    font-size: 1.17em;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
	color: LightSkyBlue;
	line-height: 1.5em;
}

h4 {
display: block;
    font-size: 1.00em;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
	color: lightblue;
	line-height: 1.5em;
}

#navbar {
margin-bottom: 0;
margin: 0 auto;
font-size: .85em;
text-align: center;
margin-top: 0;
padding-bottom: 8px;
font-weight: bold;
padding-top: 8px;
background-color: #363636;
color: #ffffff;
word-spacing: 8px;
border-bottom: 1px #ff4700 solid;
width: 600px
}

#navbar a:link, #navbar a:visited {
color: #ffffff;
word-spacing: none;
}

#navbar a.current {
color: #ff4700;
}

#navbar a:hover {
color: #ff4700;
text-decoration: underline;
}

#main-text {
margin-top: 0;
margin-bottom: 0;
margin-left: 110px;
margin-right: 110px;
padding-left: 120px;
padding-right: 30px;
font-family: Verdana, arial, sans serif;
font-size: 14px;
font-weight: normal;
line-height: 1.8em;
}

/* unvisited link */
a:link {
    color: hotpink;
	text-decoration: none;
}

/* visited link */
a:visited {
    color: LightSkyBlue;
	text-decoration: none;
}

/* mouse over link */
a:hover {
    color: DarkSalmon;
	text-decoration: none;
}

/* selected link */
a:active {
    color: Lime;
	text-decoration: none;
}

ol {
list-style-type: decimal;
padding-top: 5px;
margin-right: 10px;
margin-top: 10px;
margin-bottom: 5;
margin-left: 20px;
margin-right: 75px;
color: white;
}

ul {
list-style-type: square;
list-style-image: url('https://revd.ca/images/musicnotesmest.png');
padding-top: 5px;
margin-right: 10px;
margin-top: 10px;
margin-bottom: 5;
margin-left: 20px;
margin-right: 75px;
color: white;
}

#wrap {
    font-family: Verdana, arial, sans serif;
	font-size: 14px;
	font-weight: normal;
}

/* Styles for the credits near the bottom of the page */
.credits {
		color : #395A57;
		font-size: .9em;
 		font-family: Verdana, arial, sans serif;
		font-weight: normal;
		font-style : normal
	}