	@font-face { font-family: vimsm-webfont; src: url('vimsm-oblique-webfont.ttf'); } 
	
	a:link {
    color: white;
    background-color: transparent;
    text-decoration: none;
}
a:visited {
    color: white;
    background-color: transparent;
    text-decoration: none;
}
a:hover {
    color: #ededed;
    background-color: transparent;
    text-decoration: none;
}
a:active {
    color: white;
    background-color: transparent;
    text-decoration: none;
}
	
	
	
	html {
	background-image: url(stat2.gif);
	background-size: 100%;
	color: #cccccc;
	font-family:vimsm-webfont;
	text-align: center;
	font-size:400%;
	}
	
	.container {
		color: white;
	font-family:vimsm-webfont;
	text-align: center;
	border: 3px solid white;

	}

		.list {
		color: white;
	font-family:vimsm-webfont;
	text-align: center;
		font-size:40%;
		 list-style-position:inside;
		 border: 3px solid white;
		

	}
	
	.cover {
		width:15%;
	}


@media only screen and (max-width: 767px) {
	html {
	background-image: url(glitch.gif);
	background-size: 100%;
	color: white;
	font-family:vimsm-webfont;
	text-align: center;
	font-size:200%;
	}

}	

@media only screen and (min-width: 768px) and (max-width: 959px) {
html {
	background-image: url(glitch.gif);
	background-size: 100%;
	color: white;
	font-family:vimsm-webfont;
	text-align: center;
	font-size:300%;

}