﻿body
{
    background-color: skyblue;
    font-family: fantasy;
    font-size: medium;
}

h1 {
    color: blanchedalmond;
    text-align: center;
}
p
{
    font-family: Verdana;
    font-size: 20px;
}
ul
{
    list-style: circle;
    list-style-position: inside;
}
table, th, td
{
    border: 2px solid double black;
}
table
{
    width: 100%;
}