@import "berlin_navbar.css";
.previous {float:left;margin-right:1.5em;}
.next {float:right;margin-left:1em;}
body {background:white;color:black}
a {text-decoration:none}
a:link {color: blue }
a:visited {color: purple }
a:hover {background:aliceblue;border:thin inset 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 }
p {font-family:"palatino linotype",georgia,serif;text-align:center}
blockquote {font-family:"palatino linotype",georgia,serif}
li {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 outset gainsboro; font-family:tahoma,sans-serif }
.kn {background:mistyrose}
.sk {background:papayawhip}
.cr {background:lightyellow}
.in {background:honeydew}
.co {background:lightcyan}
.an {background: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}
  }
