body {
	font-family: Arial;
	color: #707070;
	font-weight: normal;
}

table {
	width: 100%;
	height: 100%;
	align: center;
	text-align: center;
	valign: middle;
	border: 0;
	frame: void;
	border-spacing: 0;
}

td {
	valign: middle;
}

hmain, h1 {
	font-size: 56;
	font-weight: normal;
}

h2 {
	font-size: 42;
}

a { 
	text-decoration: none;
	color: #707070;
}

a:visited {
	color: #707070;
}

a:active {
	color: #707070;
}

p {
	font-size: 24;
}

h4 {
	font-size: 32;
	font-weight: normal;
}

.menuview, .menuplaceholder {
	width: 100%;
	height: 40;
	top: 0;
	left: 0;
	z-index: 10;
}

.menuview {
	position: fixed;
	background-color: rgba(0, 0, 0, 0.5);
}

.menuplaceholder {
	position: relative;
}

.menulink, .loginlink {
	color: white;
	font-weight: normal;
}

.menucell {
	background-color: rgba(0, 0, 0, 0.0);
	-webkit-transition: background-color 400ms linear;
    -ms-transition: background-color 400ms linear;
    transition: background-color 400ms linear;
}

.menucell:hover {
	background-color: rgba(0, 0, 0, 0.2);
}
