
* {
	margin: 0;
	padding: 0;
}

a {
	color: #cfcfcf;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

body {
	font-size: 11pt;
	line-height: 1.5em;
	font-family: 'Trebuchet MS', sans-serif;
	background: #1f1f1f;
	color: #909090;
}

strong {
	color: #cfcfcf;
}

br.clear {
	clear: both;
}

h1,h2,h3,h4 {
	font-weight: normal;
	color: #eaeaea;
	text-shadow: 0 2px 1px #181818;
}

h2 {
	font-size: 1.5em;
	margin-bottom: 1em;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	color: #ffffff;
}
h3,h4 {
	font-size: 1.25em;
	margin-bottom: 1em;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	color: #ffffff;
}

p {
	margin-bottom: 1.25em;
}

table, th, td {
    border: 1px solid #909090;
    border-collapse: collapse;
}
th, td {
	padding: 5px;
	text-align: center;
}

caption {
	color: #cfcfcf;
	font-weight: bold;
	text-align: left;
  }

code {
	color: #cfcfcf;
}

input[type=submit], a.button {
    background-color: #181818;
	border: none;
	color: #909090;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}

#choice{
    margin-right: 0%;
    margin-left: 1%;
}

@media print {
	body * {
	  visibility: hidden;
	  background-color: white;
	  color: black;
	}
	#zeguide, #zeguide * {
	  visibility: visible;
	  background-color: white;
	  color: black;
	}
	#zeguide {
	  position: absolute;
	  left: 0;
	  top: 0;
	}
  }