body                    {
                            font-weight: 700;
                            padding: 0; margin: 0;
                            background: #CCCCCC;
                            font-family: arial, helvetica;
                        }
form                    {
                            border-top: thin #000000 solid;
                        }
table                   {
                            width: 100%;
                        }
table td                {
                            width: 50%;
                            vertical-align: top;
                        }
#message                {
                            margin-top: 1em;
                            text-align: center;
                            margin-bottom: 1em;
                        }
#content                { 
                            width: 50%;
                            margin-top: 5%;
                            margin-left: 25%;
                            color: #000055;
                            background: #CCFFCC;
                            border: medium solid #000000;
                        }
article                 {
                            text-align: justify;
                        }
header, footer          {
                            background: #000000;
                            color: #FFFFFF;
                            text-align: center;
                        }
input, textarea         {
                            font-weight: inherit;
                            background: inherit;
                            color: inherit;
                            width: 100%;
                            border: none;
                            font-size: inherit;
                            font-family: inherit;
                            box-sizing: border-box;
                        }