* {
	margin: 0;
	padding: 0;
}


body {
    margin: 0;
    padding: 50px 0;
    background-color: rgb(245, 248, 196);
    font-family: Arial, Helvetica, sans-serif;
}

h1 {
    text-align: center;
    color: blue;
    font-size: 3.5rem;
}

h2 {
    text-align: center;
    color: blue;
    font-size: 3rem;
    padding-top: 2em;
}

p {
    text-align: center;
    font-size: 1.7rem;
    margin: 0 10%;
}

p.underline {
    text-decoration: underline;
    font-size: 2rem;
}

p.bottom {
    margin-bottom: 5em;
}


.divcenter {
	text-align: center;
}



button {
    text-align: center;
    padding: 10px 20px;
    font-size: 2rem;
    border-radius: 15px;
    color: black;
    background-color: hsl(56, 92%, 85%);
}

button:hover {
    background-color: hsl(56, 100%, 81%);
}

button.goonline {
    background-color: hsl(207, 92%, 85%);
    font-size: 1.3rem;
}

button.goonline:hover {
    background-color: hsl(207, 100%, 81%);
}

button.gothispage {
    background-color: hsl(303, 92%, 85%);
    font-size: 1.3rem;
}

button.gothispage:hover {
    background-color: hsl(303, 100%, 81%);
}

table {
    border: 1px solid black;
    margin: 0 auto 0 auto;
    text-align: center;
}


table.table1 {
    
    width: 40%;
    /* border-collapse: collapse; */
    
}

table.table2 {
    width: 60%;    
}

td {
    border: 1px solid blue;
    text-align: center;
    font-size: 1.5em;
}

td.type1 {
    width: 10%;
    padding-top: 10px;
    padding-bottom: 10px;
}

td.type2 {
    width: 40%;
    padding: 0 3px;
}

td.type3 {
    width: 40%;
}