body {
background-image: url("img/bg.jpg");
background-repeat: repeat-x;
background-color: #424242;
font-size: 11px;
font-family: arial;
color: #A6A6A6;
line-height: 18px;
margin: auto;
}

b {
color: #7CB3FF;
}

#container {
max-width: 600px;
margin: auto;
}

#top {
max-width: 600px;
margin-top: -10px;
padding-top: 10px;
}

#nav {
text-align: center;
max-width: 600px;
margin: auto;
}

#content {
border-top: 10px solid #A6A6A6;
border-bottom: 10px solid #A6A6A6;
max-width: 455px;
margin: auto;
}

#disclaimer {
text-align: center;
padding-top: 50px;
}

.codesort li {
display: inline;
padding-right: 0.5em;
}

h1 {
font-family: arial;
font-size: 20px; 
color: #7CB3FF;
font-weight: normal;
text-transform: uppercase;
text-align: center;
letter-spacing: 3px;
}

h2 {
font-family: arial;
font-size: 12px;
color: #FD7CFF;
font-weight: normal;
text-transform: lowercase;
text-align: center;
letter-spacing: 2px;
margin-top: -18px;
}

textarea, input {
background-color: transparent;
font-family: arial;
font-size: 11px;
color: #A6A6A6;
text-align: center;
border-bottom: 3px solid #7CB3FF;
border-top: 0px;
border-left: 0px;
border-right: 0px;
}

a:link, a:visited, a:active {color: #FD7CFF; font-family: arial; font-weight: normal; font-size: 11px; text-decoration: none;}
a:hover {color: #7CB3FF; text-decoration: none;}

a:hover.nav {color: #7CB3FF; text-decoration: none; text-transform:uppercase;}