<!DOCTYPE html>
<html>
<head>
<title>{% block title %}The Great Escape 2017{% endblock %}</title>
<meta charset="utf-8">
{% block stylesheets %}
<style type="text/css">
@media all {
html, table {
/* Angaben zum Seiten-Layout */
display: block;
font-family: courier, verdana, monospace;
font-size: 14px;
white-space: normal;
margin: 0 0 1em 0;
padding: 0;
}
.grey {
background-color: #F0F0F0;
}
.band {
padding-left: 1em;
}
a {
color: #404040;
text-decoration: none;
}
.copy {
cursor: copy;
}
form {
white-space: pre;
}
.info {
cursor: help;
}
.link {
font-weight: bold;
}
a:hover {
text-decoration: underline;
}
.odd {
background-color: #F8F8F8;
}
}
@media print {
html, table {
font-size: 14pt;
white-space: nowrap;
}
body {
margin-top: 0px;
-webkit-print-color-adjust:exact;
}
form, .noprint {
display:none;
}
a {
color: black;
text-decoration: none;
}
}
</style>
{% endblock %}
</head>
<body>
{% block body %}
{% endblock %}
{% block javascripts %}{% endblock %}
</body>
</html>