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



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;
}
