body{
background-color: #b0ddfb;

}

table {
    border-collapse: collapse;
    width: 80%;
	height="102%"
}

th, td {
    text-align: left;
    padding: 8px;
}

td {
    background-color: white;
    color: black;
}
th {
    background-color: #0099e6;
    color: white;
	text-align: right;
	font-family: Segoe Print;
}