body {
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    color: black;
    background-color: #a500e6; /*this change the background color of the website*/
    margin: 20px;
    padding: 0;
    background-image: url(http://gimpchat.com/files/6427_scrollingbubbles.gif) 
}

/* This is a comment, by the way */

p {
    line-height: 21px;
    background-color: none;
    color: white;
}
p1 {
    line-height: 21px;
    background-color: black;
    color: white;
}

h1 {
    color: #ffc;
    background-color: #100;
    font-size: 2em;
    margin: 0;
    margin-bottom: 7px;
    padding: 4px;
    font-style: italic;
    text-align: center;
    letter-spacing: 0.5em;
    border-bottom-style: solid;
    border-bottom-width: 0.5em;
}

h2 {
    color: black;
    background-color: cyan;
    font-size: 1.5em;
    margin: 0;
    padding: 2px;
    padding-left: 14px;
}

h3 {
    color: #999;
    font-size: 1.25em;
}

img {
    border-style: none;
    border-width: 2px;
    border-color: #ccc;
}

a {
    text-decoration: none;
}

strong {
    font-style: italic;
    text-transform: uppercase;
}

li {
    color: #100;
    font-style: italic;
    background-color: white;
}

table {
    background-color: #ccc;
}

h5 {
    line-height: 21px;
    background-color: none;
    color: white;
}