@charset "utf-8";
/* CSS Document */

<style> 
body, td, th {
	background-color: #CDBF4F;
	color: #000000;
}
hr.style8 {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
/* unvisited link */
a:link {
    color: black;
}

/* visited link */
a:visited {
    color: black;
}

/* mouse over link */
a:hover {
    color: black;
    font-size: 150%;
}

/* selected link */
a:active {
    color: black;
} 
hr.style8 {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
page.headingcontainer {
	text-align:center;
	background-image: url(images/fingersandlogo.jpg);
}
/* Responsive iFrame */

.responsive-iframe-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}

.responsive-iframe-container iframe,
.vresponsive-iframe-container object,
.vresponsive-iframe-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.responsive {
    width: 100%;
    height: auto;
}
</style>