@import url("common.css");

@media screen, projection
{
body
{padding: 1em 3em 2em 3em;
margin: 0 2em auto 13em;}

ul#links
{position: absolute;
top: 0;
left: 0;
border: solid #FEE thick; /*outset #FEF thick;*/
padding: 1em 0;
background: #F00;
font-weight: bold;
text-align: left;}

#links, #links ul, #links li
{display: block;
margin: 0 !important;
padding: 0;
width: 11em;
text-indent: 0;}

#links ul
{font-weight: normal;
padding: 0;}

#links li:before
{content: "";}

#links a
{display: block;
margin: 0;
padding: 0 1em;
width: 9em;
color: #000;
text-decoration: none;}

#links a:hover
{background: #FC9;
font-style: italic;
/*padding: 0 0.95em; padding: 0.4em 0.95em;
border: solid green 0.05em;
text-align: center;*/}

#links a:hover *
{text-transform: none;
font-variant: normal;}

#links *[title]
{border-bottom: none;}
}