body{
 background-color: rgb(187, 205, 247);
 margin-top: 1%;
 margin-right:1%;
 margin-bottom: 0%;
 margin-left: 3%;
}
 

#show{
 border:5px white inset;
 width: 186px;
 height: 126px;
}

td.udstil{
 padding-right: 1px;
 border:5px white inset;
 width: 100%;
}

li{
 border:3px white outset;
 width: 185px;
 margin:0;
 padding: 0 0 1px 0;
 background-color: rgb(187, 205, 247);
 font-family: arial, verdana,serif;
 font-size: 13px;
}

p.nul{
 margin-top: 0px;
 margin-bottom: 0px
 }
     
a:link{
 color: rgb(0,0,0);
 text-decoration: none;
 display:block;
}

a:visited{
 color: rgb(0,0,0);
 text-decoration: none;
 display:block;
}

a:active{
 color: green;
 border-width:1px;
 border-color: white;
 background-color: #FFFFFF;
 text-decoration:none;
 display:block;
}

a:hover{
 color: blue;
 border-width:1px;
 border-color: white;
 background-color: white;
 font-family: arial, verdana,serif;
 font-size: 13px;
 text-decoration: none;
 display:block;
}

