/* BODY */
body {
background-color: #F2F2F2;
}

/* CONTAINER */
#container {
width: 600px;
margin: auto;
}

/* CONTENT */
#content {
line-height: 24px;
text-align: center;
}

h1 a {
font-family: Georgia, serif;
font-size: 60px;
color: #D9D9D9;
font-weight: normal;
text-decoration: none;
text-transform: uppercase;
letter-spacing: 3px;
text-align: center;
}

h1 a:hover {
color: #BCBCBC;
}

h2 {
font-family: Georgia, serif;
font-size: 16px;
color: #BCBCBC;
font-weight: normal;
font-style: italic;
}

a {
font-family: Georgia, serif;
font-size: 16px;
color: #BCBCBC;
text-decoration: none;
text-transform: uppercase;
}

a:hover {
color: #D9D9D9;
}
