body {
font-family: Verdana, sans-serif;
background-color: #9bdcde;
}
h1,h2,h3,h4,h5,h6 {
font-family: Georgia, serif;
color: #4E0102;
}
h1 {
text-align: center;
}
h2 {
border-top: solid 2px #4E0102;
padding-top: 1em;
}
em {
font-weight: bold;
font-size: 120%;
}
blockquote {
background: #F0ECEC;
margin:1em;
font-style: italic;
}
.firstLetter {
font-size: 300%;
font-family: Georgia, serif;
color: #4E0102;
}
.firstWord{
text-transform: uppercase;
}
#firstStory {
color: #17037A;
}
#navigation {
font-family: Georgia, serif;
font-size: 100%;
border-top: solid 2px #4E0102;
border-bottom: solid 2px #4E0102;
}
li {
display: inline;
list-style-type: none;
}
li {
display: inline;
list-style-type: none;
}
#skip-links{
width: 100%;
background-color: black;
}
#skip-links a{
color: white;
}
#skip-links a:focus{
position: static;
width: auto;
height: auto;
}
.wrapper {
margin: 0 auto;
width: 960px;
padding: 0 10px;
}
#content {
float: left;
width: 100%;
background-color: #F0ECEC;
}
.box {
float: left;
margin: 6px; /* tweak this to fit screen */
padding: 10px;
width: 285px;
height: 480px;
border: 1px solid black;
background-color: white; /* this is new! */
}