@media screen
{

.topLink
{
  text-align:right;
}

#content h4
{
background: #BCD0BA;
color: #fff;
margin-left:2ex;
padding: 0.1em 1ex;
font-size: 1.1em;
-moz-border-radius: 0 1em;
}

#navigation h2 a
{
display: block;
padding: 0 0 0 0;
text-align: center;
color: #666;
-moz-border-radius: 0 0.5em;
}

#navigation h2 a:hover
{
background: #f0ebee;
}

}

@media print
{

#content h4
{
border-bottom: 1px dashed #222;
}

}
