h1 {
    font-family: apple chancery;
    background-color: lightpink;
    padding: 50px;
    border: 5px dotted black;
}

h2 {
    font-family: Tahoma;
    font-size: 30px;
}

h3 {
    font-family: Tahoma;
    font-size: 30px;
}

h4 {
    font-family: Tahoma;
    font-size: 30px;
}

h5 {
    font-family: tahoma;
    font-size: 30px;
}


#top {
    font: apple chancery;
    border: 5px dotted black;
}

#desc {
    font: tahoma;
    font-size: 20px;

}

#foodies {
    font-size: 20px;
}

body {
    background-color: lightblue;
}

#table {
    margin-right: 100px;
}

#nmd {
    color: grey;
    background-color: pink;
    font-family: apple chancery;
    clear: both;
}

#cpy {
    font-family: tahoma;
}

#cssthing {
    float: left;
    padding: 10px;
}
#clearmepls{
    clear: both;
}
