/* Allgemein */
html{ 
	background-color: #0045ad;
	background-image: -webkit-linear-gradient(55deg, red 0%, #0045ad 50%);
	background-size: 100vw 100vh;
	color: #FFFAF0;
	text-shadow: 0 0 0.4em #000000;
	}
h1{
	text-align: center;
	text-shadow: 0 0 0.4em #000000;
	}
p{
	text-align: center;
	text-shadow: 0 0 0.4em #000000;
	}
td{
	
	}
a:link, a:visited{
	color: #eeee22;
	font-weight: bold;
	text-decoration: none;
	}
a:hover, a:active{
	color: #61d60e;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0 0 0.2em #000000;
	}
img{
	max-width: 400px;
	}
	