@import "berlin_navbar.css";
.previous {float:left}
.next {float:right}
body {background:black;color:white}
a {text-decoration:none}
a:link {color: dodgerblue }
a:visited {color: plum }
a:hover {background:dimgray;border-top:thin solid black;border-bottom:thin solid black}
a:active {color:red }
a:target {background:floralwhite;border:thin solid red}
h1, h2, hr {color:dodgerblue; font-family:tahoma,sans-serif;text-align:center }
h3, h4, h5, h6 {color:white; font-family:tahoma,sans-serif;text-align:center }
p {font-family:"palatino linotype",georgia,serif;text-align:center}
blockquote {font-family:"verdana",georgia,serif}
li {font-family:"palatino linotype",georgia,serif}
strong {color:dodgerblue}
table {border:thin solid dodgerblue; font-family:tahoma,sans-serif }
caption {font-size:smaller; background:whitesmoke; font-family:tahoma,sans-serif }
th {background:dimgrey;color:lightskyblue;font-family:tahoma,sans-serif }
td {border: thin solid darkgray; font-family:tahoma,sans-serif }
.kn {color:mistyrose}
.sk {color:papayawhip}
.cr {color:lightyellow}
.in {color:honeydew}
.co {color:lightcyan}
.an {color:lavender}
@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}
  }