html {
    /* overflow-y: scroll; */
    background-color: #ffffff;
}

body {
    /* overflow: hidden; */
    height: 100%;
    /* color: black; */
    font-family: "Gill Sans", sans-serif;
}

p, td, ul {
	font-size: 1.2em;
    color: blue;
}

a {
    color: #0000FF;
    text-decoration: underline;
}

a:hover {
    color: #005b6d;
    text-decoration: underline;
}