body {
    background-image: url(./images/background.jpg);
    background-repeat: repeat-x,repeat-y;
    background-position: center bottom;
    background-attachment: fixed;
}

table {
    border-style: none;
    border-color: black;
}

td {
    border-width: 0pt;
}

tr {
    border-width: 0pt;
}

a { 
    text-decoration: none;
}

a:visited {
    color: rgb(34, 49, 162);
}

a:link { 
    color: rgb(19, 33, 138);
}

a:hover { 
}

h1 { 
    font-size: 180%;
}

h2 { 
    font-size: 140%;
}
h6 {
}

img { 
    border: 0px none ;
}

.bund {
    border-top-style: solid;
}

.top { 
    border-bottom-style: solid;
}
div.andresprog table tr td {
    font-size: 80%;
}

div.andresprog table {
    width: 80%;
}

