@charset "UTF-8";
/* CSS Document
ALT74 - Jurgen Altziebler*/

body,td,th {
	font-family: 'Roboto', 'arial', sans-serif;
	font-weight: 400;
	font-size: 46px;
	font-size: 3.5vw;
}
body {
	background-color: #191E23;
	margin-left: 10px;
	margin-right: 10px;
}

div.1 {
    width: 100%;
		height: 100%;
}

a:link {color:#00CCFF; text-decoration: none; }
a:visited {color:#00CCFF; text-decoration: none; }
a:hover {color:#191E23; background-color:#00CCFF; text-decoration: none; }
a:active {background-color:#EEEEEE; text-decoration: none; }

.H1 {color:#FFC000}
.H2 {color:#00CCFF}
.H3 {color:#00657F}
.H4 {color:#A5CF42}
.H5 {color:#EEEEEE}
