body { background-color:white;
       background-image:url(grafik3000/back.jpg);
       background-repeat:repeat-x;
}
div.menu {
       border-style:solid;
       border-top-width:0px;
       border-left-width:0px;
       border-right-width:1px;
       border-bottom-width:1px;
       border-color:silver;
       width:130px;
       padding:3px;
}
div.content {
       font-family:verdana,arial,times;
       font-size:14px;
       color:navy
}
table {
       font-family:verdana,arial,times;
       font-size:14px;
       color:navy
}
h1   { font-family:arial,times;
       font-size:20px;
       font-weight:bold;
}
a {    color:mediumblue;
       text-decoration:none;
}
a:hover {
       color:slategray;
}
