/* BODY */
body {
background-color: #4A4A4A;
}

/* CONTAINER */
#container {
width: 600px;
margin: auto;
}

/* CONTENT */
#content {
font-family: Verdana, Generva, sans-serif;
font-size: 10px;
color: #ffffff;
line-height: 24px;
text-align: center;
padding-left: 15px;
padding-right: 15px;
}

h1 {
font-family: Georgia, serif;
font-size: 35px;
color: #FF3276;
font-weight: normal;
text-transform: uppercase;
letter-spacing: 3px;
text-align: center;
}

h2 {
font-family: Georgia, serif;
font-size: 18px;
color: #90E382;
font-weight: normal;
text-transform: uppercase;
}

a {
color: #FF3276;
text-decoration: none;
}

a:hover {
color: #fff;
}