
body {
    font-family: arial, helvetica, sans-serif;
    font-size: 16px;
    color: #F9CEEE;
    background-color: #373e98;
    margin: 90px;
    padding: 20px;
}

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

p {
    line-height: 21px;
    text-align: center;
    color: black;
    border-bottom-style: solid; 
    border-bottom-width: 0.2em; 
    border-bottom-color: black;
    background-color: white; 
    font-style: normal;
    
    
}

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

h2 {
    color: white;
    background-color: #090;
    font-size: 1.5em;
    margin: 0;
    padding: 2px;
    padding-left: 14px;
}

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

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

a {
    text-decoration: none;
}

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

li {
    color: #900;
    font-style: italic;
}

table {
    background-color: #ccc;
}
