body
{
    font-family:  cursive, sans-serif;
    background-color: darkgrey;
    font-size: 18px;
}

p
{
    font-family: cursive, sans-serif;
}

ul
{
    list-style-position: inside;
    font-size: 20px;
}

#textbox
{
    height: 40px;
    font-size: 19pt;
}

div.list
{
    background-color: white ;
    border: 5px solid black;
}
