body{
        width : 100%; 
        font-size:83%;
        border-style: solid;
        border color: blue;        }

h1 {
        color: black;
        text-align: center;
        font-size: medium;
        }

h2 {
        color: black;
        margin-bottom: 0px;
        font-size: small;
        }

p {
        text-align: left;
        margin-top: 2px;
        font-size: medium;
        vertical-align: top;
}

table
{
        width : 990px;
        vertical-align: top;
}
th {
        text-align: center;
        vertical-align: top;
        font-size: medium;
        font-weight: bold;
	padding: 0px;
        border-left-width: 1px;
        border-right-width: 0px;
        border-top-width: 3px;
        border-bottom-width: 3px;
}
tr {
        font-size: medium;
        text-align: center;
        vertical-align: top;
	padding: 0px;
        border-left-width: 1px;
        border-right-width: 0px;
        border-top-width: 3px;
        border-bottom-width: 3px;
}
td {
        font-size: medium;
        text-align: center;
        vertical-align: top;
	padding: 0px;
        border-left-width: 1px;
        border-right-width: 0px;
        border-top-width: 3px;
        border-bottom-width: 3px;
	border-color: red;
th.th_1 {
        border-width: 3px;
        border-style: solid;
        border-color: black;
        width: 5;
        text-align: left;
