body{
	background-color: #454545; /*#282626 */
	color:#B8B8B8;font-family: sans-serif;
	margin: 0 10%;}
	
h1{text-align: center;font-size: 2em;}

h2{text-align: center;font-size: 1em;}

h3{text-decoration: underline;}


/* Adds a border to the the header text*/
header{	border: 3px solid white;}

nav{	text-align: center; font-weight: bold;}

/*style for link color*/
a:link {color:#2E2E2E; background-color:transparent; text-decoration:none}
a:visited {color:#2E2E2E; background-color:transparent; text-decoration:none}
a:hover   {color:#401640; background-color:transparent; text-decoration:underline}
a:active  {color:#ff0000; background-color:transparent; text-decoration:underline}

/*Division Styles*/
#intro-quote { color:#460F46;}

#demo-images {text-align:center;}
#demo-images img{border: 5px solid #B8B8B8;}
 
#links{font-size: 150%; font-style: italic;}
.videoPlayer{
	border: 5px solid #B8B8B8;
	width: auto;
	text-align: center;
	padding: 0px; margin: 10px;}
.audioPlayer{
	border: 5px solid #B8B8B8;
	width: auto;
	text-align:center;
	margin: 10px;}