body, td, h1, h2, h3, p, ul {
 background: #022;
 color: #ddd;
 font-family: Arial, sans-serif;
}
:link {
 color: #99d;
 background: #022;
}
:visited {
 color: #d9d;
 background: #022;
}
:link:active, :visited:active {
 color: #99d;
 background: #112;
}
:link:hover, :visited:hover {
 color: #ece;
 background: #022;
}
li {
 list-style: circle;
}
img.google
{
border: none;
vertical-align: middle;
}

@media all {
.navigation 
{
border: dotted 1px;
margin-left: 0;
padding: 0.5em 0.5em 0.5em 2em;
margin-right: 0.5em;
width: 7em;
position: absolute;
right: 0;
top: 1em;
}
.navigation[class] {
position: fixed;
}
h3.navigation {
display: none;
}
.content {
margin-right: 10em;
}
:link, :visited {
text-decoration: none;
}
:link:hover, :visited:hover, :link:active, :visited:active {
text-decoration: underline;
}
address {
border-top: dotted 1px;
padding-top: 0.5em;
}
.minor li {
list-style: none;
display: inline;
padding-right: 0.5em;
padding-left: 0.5em;
border-left: 1px solid #cccccc;
}
.minor li:first-child {
border-left: none;
padding-left: 0;
}
}
