body {
	color: #ffcc00;
    background-color: rgb(85, 85, 85);
    font-family: georgia, garamond, serif;
    margin: 0px;
	text-align: center;
}

a {
	color: #ffcc00;
	text-decoration: underline;
}

#outerDiv {
	width:100%;
	height: 100%;
}

#innerDiv {
	margin-top: 25px;
    text-align: center;
    width:100%;
    height: 612;
}

h1 {
    font-family: 'Tempus Sans ITC', georgia, garamond, serif;
    font-size: 48pt;
    font-weight: normal;
    letter-spacing: 2px;
    word-spacing: 0.5em;
    margin-top: 40px;
    margin-bottom: 0px;
    text-align: center;
}

h2 {
    font-family: 'Tempus Sans ITC', georgia, garamond, serif;
    font-size: 24pt;
    font-weight: normal;
    letter-spacing: 4px;
    word-spacing: 0.5em;
    margin-top: 20px;
    margin-bottom: 0px;
    text-align: center;
}

h3 {
    font-family: 'Tempus Sans ITC', georgia, garamond, serif;
    font-size: 18pt;
    font-weight: normal;
    letter-spacing: 3px;
    word-spacing: 0.5em;
    margin-top: 20px;
    margin-bottom: 240px;
    text-align: center;
}

#address {
	margin-top: 100px;
	margin-bottom: 25px;
}