@import "berlin_navbar.css";
.previous {position:fixed;width:3em;left:auto;right:3em}
.next {position:fixed;width:3em;left:auto;right:0}
.card {margin-right:6em}
body {background:white;color:black}
a {text-decoration:none}
a:link {color: blue }
a:visited {color: purple }
a:hover {background:darkgray;border-top:thin solid black;border-bottom:thin solid black}
a:active {color:red }
a:target {border:thin solid red}
h1, h2, hr {color:mediumblue; font-family:tahoma,sans-serif;text-align:center }
h3, h4, h5, h6 {color:black; font-family:tahoma,sans-serif;text-align:center }
blockquote {font-family:"palatino linotype",georgia,serif}
table {border:thin solid dodgerblue; font-family:tahoma,sans-serif }
caption {font-size:smaller; background:whitesmoke; font-family:tahoma,sans-serif }
th {background:gainsboro; font-family: tahoma, sans-serif }
td {border: thin solid gainsboro; font-family:tahoma,sans-serif }

@media print {
 h1, h2, h3, h4, h5, h6 { page-break-after: avoid}
 ul, ol, dl {page-break-before:avoid}
 table {border:thin solid black}
 caption {background:whitesmoke; font-size:smaller}
 th {background:gainsboro;color:black}
 td {border: thin solid dimgray}
  }