body  {
background-color: #c0c0c0;
background-attachment: fixed;
color: black;
}
div.rand  {
font-family: helvetica, sans-serif;
width: 700px;
padding: 10px;
border-style: solid;
border-width: 10px
border-color: #ffcc66;
}
h1  {
color: #000066;
padding: 5px;
}
h2  {
border-left-style: solid;
border-left-width: 10px;
border-bottom-style: solid;
border-bottom-width: 1px;
border-color: #0066cc;
width: 400px;
padding-left:2px;
}
h3  {
font-family: Verdana;
}
ul  {
list-style-type: square;
}
.dotbox  {
border-style: dotted;
border-width: 2px;
border-color: #ff00ff;
padding: 5px;
}
span.aktiv  {
background-color: #99ffff;
color: white;
}
b  {
color: #660066;
}
A  {
text-decoration: none;
color: black;
}
A:hover  {
background-color: white;
color: red;
}
A:visited {
color: #800000;
}
u1  {
list-style-image: url (kreis.gif);
}
