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



a:focus {outline:none;}
a::-moz-focus-inner {border:0;}

body {
     font-family:Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
     color:0000;
     font-size:16px;
     background-color: 9090FF;
    }

html {font-size:100%;}
@media(min-width:60em){html{font-size: 100%}

img {border-style: none;
}

.centred {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.ThingAtBottom {
	position: absolute;
	top: 0;
	right: 0;
	margin-bottom: 5px;
	margin-right: 5px;
	text-align: center;
}

	/* fade-in/out code follows below */

	@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.fade-in {
	opacity:0;  /* make things invisible upon start */
	-webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
	-moz-animation:fadeIn ease-in 1;
	animation:fadeIn ease-in 1;

	-webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
	-moz-animation-fill-mode:forwards;
	animation-fill-mode:forwards;

	-webkit-animation-duration:1s;
	-moz-animation-duration:1s;
	animation-duration:1s;
}

.fade-in.one {
-webkit-animation-delay: 0.7s;
-moz-animation-delay: 0.7s;
animation-delay: 0.7s;
}

.fade-in.two {
-webkit-animation-delay: .2s;
-moz-animation-delay: .2s;
animation-delay: .2s;
}

.fade-in.three {
-webkit-animation-delay: 1.6s;
-moz-animation-delay: 1.6s;
animation-delay: 1.6s;
}


#oldTV {
position: absolute;
z-index: 9;
display: none;
}

.st0{fill:#9090FF;stroke:#3C469D;stroke-miterlimit:11.3386;}
.st1{fill:none;stroke:#4658A7;stroke-width:1.5549;stroke-miterlimit:11.3386;}
.st2{fill:none;stroke:#4658A7;stroke-width:1.4386;stroke-miterlimit:11.3386;}
.st3{fill:none;stroke:#4658A7;stroke-width:1.5597;stroke-miterlimit:11.3386;}
.st4{fill:none;stroke:#4658A7;stroke-width:1.5586;stroke-miterlimit:11.3386;}
.st5{fill:none;stroke:#4658A7;stroke-width:1.5599;stroke-miterlimit:11.3386;}
