body            {
                background: silver;
                }

div.normal	{
		background: white;
		padding: 1em;
		color: black;
		border: thin solid;
		border-color: black;
		margin: 1.5em;
                margin-left: 3em;
                margin-top: 0.8em;
                position: relative;
		width: 50em;
		left: 0em;
		}

#table          {
		padding: 0em;
		color: black;
		border: thin solid;
                border-color: black;
		margin: 1.5em;
                position: relative;
		width: 58em;
		left: 0em;
                background: white;
		}

#table thead, #table tbody {
                background: #dddddd;
                }

#table td, #table th  {
                padding: 0.4em;
                }

#sources        {
                padding: 1em;
		color: black;
		margin: 1.5em;
                position: relative;
		width: 50em;
                }

