@charset "UTF-8";
/* CSS Document */
a {color: #FFFFFF; font-size: 28px; text-decoration: none;}
a:hover {color: #7a0026; -webkit-transition:color .4s ease-out; text-decoration: none;}
body,td,th {color: #FFFFFF; font-family: Arial, Helvetica, sans-serif;}

h1{font-size: 6.3vw; text-align: center; font-style: italic;}
h2{font-size: 2.8vw; text-align: center; font-style: italic;}
h3{font-size: 1.5vw; text-align: center; font-style: italic;}

#background {
	background: url('../images/foreground.png') 5% 5%, url('../images/midground.png') 50% 50%, url('../images/background.png') 90% 110%;
	top: 0; 
	left: 0;
	right: 0;
	bottom: 0;
	position: fixed;
	-webkit-transition: left 170s linear;
}

#experiment:target #background {left: -5000px;}
#experiment:hover #background {left: -9999px;}

#content {
	margin: 0 auto;
	opacity: 0.95;
	color: #fff;
	padding-top: 125px;
	width: 750px;
}
