
body {
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    color: #E0FA69;
    background-color: #02006C;
    margin: 20px;
    padding: 0;
}

/* This is a comment, by the way */

p {
    line-height: 21px;
}

h1 {
    color: #9000A1;
    background-color: #FAB3D4;
    font-size: 2em;
    margin: 0;
    margin-bottom: 0px;
    padding: 4px;
    font-style: italic;
    text-align: center;
    letter-spacing: 0.5em;
    border-bottom-style: solid;
    border-bottom-width: 0.5em;
    border-bottom-color: #c00;
}

h2 {
    color: #9000A1;
    background-color: #E0FA69;
    font-size: 1.5em;
    margin: 0;
    padding: 2px;
    padding-left: 14px;
}

h3 {
    color: #999;
    font-size: 1.25em;
}

img {
    border-style: dashed;
    border-width: 4px;
    border-color: #ffd700;
     display: block;
  margin-left: auto;
  margin-right: auto;
}

center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

a {
    text-decoration: none;
}

strong {
    font-style: italic;
    text-transform: uppercase;
}

li {
    color: #E0FA69;
    font-style: italic;
}

table {
    background-color: #ccc;
}