@font-face {
	font-family: "AGaramond";
	src: url("./fonts/garamond.otf");
}

a.invisible{
	text-decoration:none;
	color:inherit;
}

h1{
	margin:0;
	font-size:80px;
	color:HoneyDew;
	text-shadow: 2px 0 #000, -2px 0 #000, 0 2px #000, 0 -2px #000,
             1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;
}

hr.thick{
	margin:0;
	height:1px;
	border-top:2px solid black;
	border-bottom:2px solid black;
	background-color:Silver;
}

body{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	overflow-x: hidden; 
	background-color:Teal;
}

.header{
	font-family:"Times New Roman", serif;
	background-color:DarkSeaGreen;
	background-image:url('/resources/sonic2.png');
	background-size: 30px 30px;
	color:white;
	width:100%;
	height:180px;
	padding:10px;
}
.gameselection{
	font-family:"AGaramond", serif;
	padding:10px;
}

.footer{
	font-family:"AGaramond", serif;
	padding:10px;
}
