table {
margin : 0;
padding : 0;
}
a:link {
font-weight : bold;
color : blue;
text-decoration : underline;
}
a:visited {
font-weight : bold;
color : purple;
text-decoration : underline;
}
a:focus {
font-weight : bold;
color : red;
text-decoration : underline;
}
a:hover {
font-weight : bold;
color : green;
text-decoration : underline;
}
a:active {
font-weight : bold;
color : lime;
text-decoration : underline;
}
body {
font-family : Verdana, helvetica, Arial, sans-serif;
}
.kursiv {
font-style : italic;
}

