
body {
    font-family: Gill-sans, arial, helvetica, sans-serif;
    font-size: 14px;
    color: black;
    background-color:white;
    margin: 20px;
    padding: 0;
}

/* This is a comment, by the way */

p {
    line-height: 21px;
}

h1 {
    color: #000;
    background-color:#FFA014;
    font-size: 2.4em;
    margin: 0;
    margin-bottom: 7px;
    padding: 4px;
	font-family: kristen itc;
    font-style: normal;
    text-align: center;
	letter-spacing: 0.1em;
    border-bottom-style: solid;
    border-bottom-width: 0.5em;
    border-bottom-color: #FFC814;
}

h2 {
    color: black;
    background-color: #white;
    font-size: 2.4em;
    margin: 0;
    padding: 2px;
    padding-left: 14px;
	border-bottom-style: solid;
    border-bottom-width: 0.25em;
    border-bottom-color: #gray;
}

h3 {
    color: #999;
    font-size: 2.0em;
}

h4 {
    color: #999;
    font-size: 1.6em;
}

/* 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;
}

A:link {text-decoration: underline}
A:visited {text-decoration: underline}
A:active {text-decoration: underline}
A:hover {text-decoration: underline; color: red;}