body
{
    background-color: green;
    font-family: "Comic Sans MS", cursive, sans-serif;
    font-size: 20px;
}
p
{
    font-family: "Comic Sans MS", cursive, sans-serif;
}
ul
{
    list-style-position: inside;
    font-size: 17pt;
}
div.list
{
    background-color: lightgreen;
    border: 2px solid black;


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

}
