body {
    font-family: verdana, helvetica, sans-serif
}


a.nav:hover{
    background-color : silver;
    color : red;
}

.return {
    border-style : solid;
    border-width : thin;
    border-color : red

}

div.form {
    text-align : center;
    padding-top: 2em;
}


table.prix {
    border-style : solid;
    border-width : thin;
    text-align : right;
}

th {
    border-style : solid;
    border-width : thin;
}

tr.alt { 
    background-color : silver;
}


td.header {
    text-align : right;
    background-color : silver;
}

td.center {
    text-align : center
}


div.content {
    margin-left: 4ex;    
    border : solid; 
    border-width : thin;
    font-family : arial, helvetica, sans-serif;
    text-align : center
}

table.base {
    margin-left: auto;
    margin-right: auto; 
    text-align: center;
}

.bolduline {
    text-decoration: underline;
    font-weight: bold;
}


