﻿#Article {
    position: relative;
    width: 90%;
    left: 5%;
    margin-top: 10px;
    background-color: #f0f0f0;
}
    #Article fieldset {
        background-color: #e0e0e0;
        border-style: solid;
        border-width: 2px;
        border-color: white lightgrey darkgrey black;
    }
    #Article legend {
        width: 400px;
        margin-left: calc(50% - 200px);
        text-align: center;
        font-size: 14pt;
        font-weight: bold;
        color: black;
        background-color: #e6e2c1;
        border-style: solid;
        border-width: 2px;
        border-color: sandybrown peru sienna saddlebrown;
    }
    #Article p.normaltext {
        font-size: 14pt;
        text-indent: 10px;
    }
    #Article p.boldtext {
        text-align: center;
        font-weight: bold;
        font-size: 14pt;
    }
    #Article input[type=button], input[type=submit], input[type=reset] {
        font-weight: bold;
        color: #000000;
        background-color: #e6e2c1;
        border: 1px solid #000000;
        padding: 1px;
        width: 10%;
        cursor: pointer;
    }
    #Article a {
        font-weight: bold;
        text-decoration: none;
        color: mediumblue;
    }

        #Article a:hover {
            color: #FF0000;
        font-weight: bold;
            background-color: #E0E0E0;
        }
