﻿body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

h1 {
    color: green;
}

h4 {
    font-family: Arial;
    font-size: 14px;
    text-decoration: underline;
    text-align: center;
}

table {
    /*border-color:red;
            border-style:solid;
            border-width:2px;*/
    border: solid 2px red;
    min-width: 500px;
}

thead th, tfoot th {
    font-weight: normal;
    color: #ff6a00;
}

tbody th {
    background: lightgray;
    color: #808080;
}

tr.important th {
    font-weight: bolder !important;
    color: royalblue;
}

label + input {
    color: green;
}