body {

  font-size: 62.5%; /* Resets 1em to 10px */

  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;

  background: white;

  color: #333;

  text-align: center;

  margin: 0;

  padding: 0; 

  }

/* By the way, this is a comment */

p {
        line-height: 1.5em;
}

h1 {
        color: white;
        background-color: #79b5a6;
        font-size: 125%;
        margin: 0;
        margin-bottom: 0.25em;
        margin-top: 0.5em;
        padding: 0.25em;
        font-style: italic;
        text-align: center;
        letter-spacing: 2px;
}

h2 {
        color: white;
        background-color: #9e9486;
        font-size: 125%;
        margin: 0;
        margin-bottom: 0.25em;
        margin-top: 0.5em;
        padding: 0.25em;
        font-style: italic;
        text-align: center;
        letter-spacing: 2px;
}

h3 {
        color: white;
        background-color: #CC9999;
        font-size: 125%;
        margin: 0;
        margin-bottom: 0.25em;
        margin-top: 0.5em;
        padding: 0.25em;
        font-style: italic;
        text-align: center;
        letter-spacing: 2px;
}

img {

}

a {
        color: #3198cb;
        text-decoration: none;
}

a:hover {
        color: #3198cb;
        text-decoration: none;
}

a:visited {
        color: #3198cb;
        text-decoration: none;
}

a img {
        border: none;
}


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

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

table { 
        border-width: 1px; 
        border-color: white;
        border-style: double; 
        background-color: white;
        font-size: 100%;
        valign: top;
}

p {
		text-indent:10px;
}