/******************************************

CSS for the menu Web page
Plain version

*******************************************/

body{
   /* Applies to the whole body */
   font-family: Verdana, sans-serif;
}


ul {
    list-style-type: square;
    font-size: x-large;
    font-style: italic;
    margin: 20px;
    padding: 40px;
}

h1 {
    font-weight: bold;
}

img {
    margin: 20px;
    float: left;
}

p {
    font-family: Times, serif;
    padding: 10px;
    margin: 20px;
    float: left;
}

