body {	
    font-family: sans-serif;
    color: black;
    background: white;
}	



h1 {
   font-size: 1.5em;
}

h2 {
   font-size: 1.2em;
}

h3 {
   font-size: 1em;
}

div.placeholder {
    width: 770px;
    padding-left: 2.5em;
    margin-left: 5px;
    background-color: #EEEEFF;
}

div.content {
    width: 700px;
    padding: 1em;
    background-color: #FFFFFF;
}

div.header {
    text-align: center;
    font-size: 0.8em;
    padding: 1em;
    background-color: #DDDDEE;
    margin-left: 25px;
}

div.footer {
    text-align: right;
    font-size: 0.8em;
    padding: 1em;
    margin-left: 25px;
}

p.screenshots {
    text-align: center;
}

a.header:hover {
    text-decoration: underline;
}

a.header {
    text-decoration: none;
}

a.selected {
    color: white;
    background-color: blue;
}

