body { color: #545454; background-color: #131512; }
img { border-style: none; }
div.hidden { visibility: hidden; }
div.visible { visibility: visible; }
a:link { border-style: none; color:#131512; }    /* noch nicht besuchte Ziele */
a:visited { border-style: none; color:#131512; } /* besuchte Ziele */
a:hover { border-style: none; color:#131512; }   /* Verweise bei "MouseOver" */
a:active { border-style: none; color:#131512; }  /* Angeklickte Verweise */
a:focus { border-style: none; color:#131512; }   /* Verweise, die Fokus erhalten */
hr { border:solid #545454 1px; background-color:#545454;height:4px;margin:30px 0px; }
