body {
 color: black;
 background-color: white;
 font-family: Verdana, Arial, sans-serif;
 font-size: 1em;
 max-width: 64em;
}

a {
 color: #336699;
 font-weight: bolder;
 text-decoration: none;
}

a:hover {
 text-decoration: underline;
 color: #660000;
}

a:visited {
 color: #5588AA;
}

#content {
 padding-bottom: 1.5em;
}

#news ul > li {
 padding-bottom: .9em;
}

#news ul > li > ul > li {
 padding-top: .4em;
}

.release-date {
 font-weight: bold;
}

.changes {
 padding-top: .5em;
}

#deprecation {
 border: 2px lightcoral dotted;
}

#screenshots ul,
#syndication ul{
 list-style: none;
 padding-left: 0;
}

#screenshots ul > li,
#syndication ul > li {
 display: inline-block;
}

:target {
   background-color: rgba(255, 255, 170, 0.5);
}