body {
    	background-color: white;
    	color: black;
    	font-family: Times New Roman;
	margin: -4px 12px;
	font-size: 16px
}

table, th, td {
	text-align: left;
	vertical-align: top;
	padding: 0px;
  	border:1px solid black;
}

h1 {
    	background-color: white;
    	color: black;
    	font-family: Times New Roman;
	font-size: 16px
}


p {
    	background-color: white;
    	color: black;
    	font-family: Times New Roman;
	font-size: 16px
}

a:link {
    color: #000000;
    background-color: transparent;
    text-decoration: underline;
}

a:visited {
    color: #000000;
    background-color: transparent;
    text-decoration: underline;
}

a:hover {
    color: #000000;
    background-color: transparent;
    text-decoration: underline;
}

a:active {
    color: #000000;
    background-color: transparent;
    text-decoration: underline;
}
