@charset "utf.8";
.tabell2 {
    width:300px;	
}
.tabell2 td {
    padding:25px;
}
 .femtioprocent {
     width:50%;
 }
 .sjuttioprocent{
     width:70%;
 }
.t_inv{
    margin:auto;
    border-width:0px;
}
.dtable {
    margin:auto;
    border:1px black solid;
}
.hoger{
    text-align:right;
}
.lined{
    text-decoration: underline;
}
.top{
    vertical-align:top;
}
.bottom{
    vertical-align:bottom;
}

.t_base{
    width:400px;
    height:600px;
}
.bg_red{
    background-color:red;
}
.bg_yellow{
    background-color:yellow;
}
.bg_green{
    background-color:green;
}
.bg_blue{
    background-color:blue;
}
.bg_black{
    background-color:black;
}
.o4c{
    width:300px;
    margin:auto;
    border:1px;
    border-color: black;
    border-style: solid;
    border-spacing:1px;

}
.myfooter {
    text-align:center;
     }
    .myfooter a {
    font-family:"Courier New", Courier, monospace;
    font-size:90%;
    color:greenyellow;
    }
a:hover{
    text-decoration: underline;
}
.center{
    text-align:center;
}
.fet{
    font-weight: 2;
}