@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Merriweather&family=Nunito+Sans&family=Open+Sans&display=swap');
/* CSS Document */
body {
	background: rgb(73,80,87);
	background: linear-gradient(0deg, rgba(73,80,87,1) 0%, rgba(52,58,64,1) 50%, rgba(33,37,41,1) 100%);
	color: #ffffff;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 100%;
	line-height: 1.6;
}
a, a:link, a:visited {
	color: #e5ff4c;
	text-decoration: none;
}
a:hover {
	background-color: #d0ccc8;
	color: #c8102e;
	text-decoration: none;
}
.nav {
	text-align: center;
	font-size: 95%;
	vertical-align: middle;
}
.song1 {
	text-align: center;
	font-style: oblique;
	vertical-align: middle;
}
.song2 {
	font-style: oblique;	
	vertical-align: middle;
}
h1 {
	color: #c8102e;
	font-family: 'Merriweather', serif;
	font-size: 1.4em;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
h2 {
	color: #c8102e;
	text-align: center;
	font-family: 'Merriweather', serif;
	font-size: 1.05em;
	margin: 0px;
	padding: 0px;
}
caption {
	color: #f4f4f4;
	font-family: 'Merriweather', serif;
    font-size: 1.4em;
	margin: 0px;
	padding: 0px;
    text-align: center;
}
hr.mauve {
	border: 0;
	color: #e0b0ff;
	background-color: #e0b0ff;
	height: 2px;
	width: 95%;
}
hr.red {
	border: 0;
	color: #e4002b;
	background-color: #e4002b;
	height: 2px;
	width: 90%;
}
table.mainstyle{
	border-collapse: collapse;
	border-color: #808080;
	border-style: solid;
	border-width: 2px;
	font-size: 0.8em;
	margin-left: auto;
	margin-right: auto;
	min-width: 99%;
	vertical-align: text-top;
	width: auto;
}
th, td {
	margin: 1px;
	padding: 2px;
    vertical-align: middle;
}
th {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.875em;
	text-align: center;
	height: 20px;
}
td {
	border-color: #808080;
	border-style: solid;
	border-width: 0px;
	display: table-cell;
	height: 20px;
	width: 25%;
}
td.mainstyle {
	height:	100%;
}