@import url(scroll.css);
body { color: #6d5636; background-color: #e7ded5; background-image: url(../Images/Hintergrund1.jpg); background-repeat: repeat-y; background-attachment: fixed; }

p {}

td {}

a:link { color: blue ; font-weight: bold; }

a:visited { color: #93c ; font-weight: bold; }

a:hover { color: #f00 ; font-weight: bold; background-color: #fff; }

a:active { color: red ; font-weight: bold; }

