/* CSS Document */
.alink {
    color: #FFFF00;
}
A:hover {
    color: red;
    font-weight: bold;
}
body {
    background-image: url("images/bgrnd1.jpg");
}
.rubrik {
    text-align:center;
    font-size:30pt;
    font-weight: bold;
}
.tabell {
    height: 116px;
    WIDTH:100%;
    background-color: #000080;
}
.cell {
    height: 110px;
    width: 33%;
}
.bild {
    text-align:center;
}   
.cell2 {
    height: 110px;
    width: 34%;
    text-align:center;
    font-size:14pt;  
    color:white;
}
.inledning {
    font-size:16pt;
}
.martin {
    font-family:arial;
}
.lista {
    padding: 0.5em 0;
}
.anna {
    margin: 0 1em;
}
.partier {
    margin-right:0.5em;
    float:left;
    border: 2px solid #00f;
    WIDTH:30px;
    HEIGHT:30px;
}
.farg1 {
    color: #800000;
}
.farg2 {
    color: #0000FF;
}
.tabell_1 {
    width:100%;
}
.cell_1 {
    text-align:center;
}
.tabell_2 {
    text-align:center;
}
.odd {
    background-color: #ccc;
}
.even {
    background-color: #ffd;
}
.tabell_3 {
    border-collapse:collapse;
    margin-left:auto;
    margin-right:auto;
}
.rad_2 {
    background-color: yellow;
}
.tabell_4 {
    border: 1px solid black;
    background-color: aqua;
    border-collapse:collapse;
    margin-left:auto;
    margin-right:auto;
}   
