/* CSS Document */

body {
	background-color: rgb(255, 255, 255);
    font-family: Verdana;

}

h2 {
	color: white;
	background-color: #336699; 
	padding: .4em;
}

h3 {
	color: white;
	background-color: #336699; 
	padding: .4em;
}

p {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}



table {
    font-size: medium;
    font-style: normal;
    color: -internal-quirk-inherit;
    text-align: start;
    font-variant: normal normal;
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
    border-color: grey;
	border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    -webkit-border-horizontal-spacing: 2px;
    -webkit-border-vertical-spacing: 2px;
}

#table-header {
	background-color: rgb(255, 204, 0); 
	height: 35px;
}


#table-footer {
	background-color: rgb(255, 204, 0);
	height: 35px;
}
