/* style.css - a simple style sheet */

body {
	margin-left: 10%;
	margin-right: 10%;  
	color: black;
	background: white;
        font-family: Verdana, sans-serif;
}

table {
        margin-left: 5%;
        font-family: Verdana, sans-serif;
        background: white;
        border-width: 2;
        border-color: white;
}

tr {

}

th {
        font-family: Verdana, sans-serif; 
        background: white;
}

td {
        font-family: Verdana, sans-serif; 
        background: white;
}


h1 {
        margin-left: -8%;
        color: green;
        font-size: 150%;
}

h2 {
        margin-left: -4%;
        font-size: 125%;
        color: blue;
{

h3,h4,h5,h6 {
        margin-left: -4%;
        font-size: 115%;
}

