body {
    font-family: verdana, arial, sans-serif;
}

a {
    color:  rgb(59,145,222);
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

    
h2 {
    color:  rgb(59,145,222);
    text-align: center;
    font-size: 12pt;
    letter-spacing: 0.2em;  
}

hr {
    color: grey;
    width: 200px;
    border-style: dashed;
    height: 0px;
    size: 0px;
}    
    

.mindretext {
    font-size: x-small;
}  

.floatleft {
    float: left;
    clear: both;
    padding-right: 5px;
}          

.floatright {
    float: right;
    clear: both;
    padding-left: 5px;
} 
.person {
    clear: both;
    padding-bottom: 10px;
}
.namn {
    padding-top: 10px;
}

.selected {
    font-weight: normal;
}    

#top {
    text-align: center;
    color: grey;
    font-size: 10pt;
    font-weight: bold;
}

    
#center {
    text-align: left;
    width: 300px;
    margin: auto;
    color: grey;
    font-size: 10pt;
}

#uppdragsgivare {
    color: grey;
    font-size: 8pt;
    text-align: center;
}        

#bottom {
    color: grey;
    font-size: 8pt;
    text-align: center;
    clear: both;
}    
    
    