﻿body {
}

*.version {
    font-size: 15px !important;
    margin-right: 20px;
    color: darkslategray;
    float:left;
}

input[type=submit] {
    background-color: #D06F1A;
    color: white;
    border-color: #D06F1A;
    border: solid 1px;
    border-radius: 5px;
    height: 30px;
}

form {
    font-family: Tahoma;
}

h1 {
    color: #D06F1A;
}


#settingline{

    padding-left:10px;
   float:left;
   display:inline-block;
}

#headline {
    text-align: right;
    margin-bottom: 10px;
    float: right;
    padding-right: 25px;
    display:inline-block
}

    #headline a {
        color: #D06F1A;
        font-weight:bold;
        text-decoration:none;
        margin-left:15px;
            
    }

        #headline a:hover {
            color: #00788A;
            text-decoration: underline;
        }
    #headline span{

        font-weight:bold;

    }


    
a:hover {
   
}