
body {
 background-image:  url(../../img/ogelbg.webp);
 background-repeat: repeat;
 background-color: #2f294e;
 color: #a30000;
 image-rendering: pixelated;
}

h1 {
	font-family: Helvetica;
	font-size: 30px;
}

h2 {
	font-family: Helvetica;
	font-size: 22px;
}

h3 {
	font-family: Helvetica;
	font-size: 18px;
}

p {
	font-family: Veranda, sans-serif;
	font-size: 16px;
	color: #bbbbbb;
}

.txtcenter {
	text-align: center;
}

.caps{
	text-transform: uppercase;
}

table, th, {
	width: 800px;
	border-collapse: collapse;
	padding: 0px;
	vertical-align: top;
}

a:link {
  color: #da4e4e;
}

a:visited {
  color: #da4e4e;
}

.maintable {
	border: none;
	width: 750px;
	padding-left: 250px;
}

.secret {
	float: right;
}

.box {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}