/*
 * Style sheet for the G8 2005 maps pages
 */
   :link { text-decoration: underline; color: #ff0000 }
   :visited { text-decoration: underline; color: #af0000 }
   :active { text-decoration: underline; color: #ff0000 }
   a.tartan:link { text-decoration: underline; color: #dcdcdc; }
   a.tartan:visited { text-decoration: underline; color: #b9b9b9; }
   a.tartan:active { text-decoration: none; color: red; }
   a.sound:link { text-decoration: none;  color: #ff0000; }
   a.sound:visited { text-decoration: none;  color: #ff0000; }
   a.sound:active { text-decoration: none;  color: #af0000; }
   .ende { text-align: center; font-size: 8pt; font-weight: bold; }
   .zentriert { text-align: center }
   .rechts { text-align: right }
   .blocksatz { text-align: justify }
   .redc { color: red; }
   .reda { color: #af0000; }
   .black { color: #000000; }
   .blue { color: blue; }
   .hell { color: #f5f5f5; }
   .hell1 { color: #9cf470; }
   .klein { font-size: 9pt; }
   .small { font-size: 8pt; }
   .mini { font-size: 7.5pt; }
   .mini1 { font-size: 6.5pt; }
   .bordert { border:thin solid black; border-width: 1px; }
   .borderw { border:thin solid black; border-width: 2px; }
   .comic { font-family: Comic Sans MS,Arial,Helvetica,sans-serif; }
   .comic1 { font-family: Comic Sans MS,Arial,Helvetica,sans-serif; font-size: 9pt; }
   .times { font-family: "Times New Roman",times,roman,serif; }
   body { color: #000; font-family: verdana; font-size: 10pt; }
   h1 { font-size: 180% }
   h2 { font-size: 160% }
   h3 { font-size: 130% }
   h4 { font-size: 115% }
   img { border-width:0px; }
   img.links { float: left; margin: 5pt; }
   img.rechts { float: right; margin: 5pt; }
   table { margin-left:auto; margin-right:auto }
   td { text-align: left; color: #000; font-family: verdana; font-size: 10pt; }
   td.zentriert { text-align: center; }
   .verdana { color: #000; font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 10pt; }