html {
font-size : 100%;
}

body {
background-color : #fff;
color : #222;
line-height : 1.67em;
font-family : Arial,Tahoma, Geneva, sans-serif;
}

#wrapper {
width : 96%;
max-width : 50em;
margin-left : auto;
margin-right : auto;
}

#skip {
float : right;
width : 100%;
padding : 0;
padding-right : 30px;
margin : 0;
text-align : right;
}

#skip A:link, #skip A:visited {
text-decoration : none;
color : #6a0c1e;
background-color : transparent;
padding : 0;
margin : 0;
}

#skip A:hover, #skip A:focus, #skip A:active {
text-decoration : none;
background-color : #faeb83;
color : #6a0c1e;
padding : 0;
margin : 0;
}

#banner {
font-size : 4em;
font-family : garamond, geneva, palatino, serif;
}

nav {
text-align : left;
line-height : 2em;
}

nav ul {
padding : 0;
}

nav li {
display : inline;
list-style-type : none;
font-size : 1.2em;
}

nav A:link, nav A:visited {
text-decoration : none;
background-color : #222;
color : #fff;
padding : .9em;
padding-top : 0;
padding-bottom : 0;
white-space : nowrap;
border : solid 1px transparent;
}

h1, h2 {
background-color : transparent;
font-family : garamond, geneva, palatino, serif;
color : #222;
font-weight : normal;
text-align : left;
line-height : 1em;
}

h1 {
font-size : 2.7em;
}

h2 {
font-size : 2em;
}

h3 {
font-size : 1.5em;
}

p {
font-size : 1em;
}

#footer {
border-top : solid 4px #222;
margin-top : 40px;
padding-top : 1em;
font-size : 0.95em;
}

A:link, A:visited {
background-color : transparent;
color : #990000;
}

A:hover, A:focus, A:active {
background-color : #990000;
color : #fff;
text-decoration : none;
}

