/* screen style sheet for lMdS webpage */
/* by Mary Wior */

/* body tag stuff */
body { color: #FFFFFF; background: #000000 url(dk00.jpg); }
a:link { color: #cc0033; text-decoration: none }
a:visited { color: #cc0033; text-decoration: none }
a:active { color: #669900; text-decoration: underline }
a:hover { color: #669900; text-decoration: overline underline }

/* layout */
/* hide css-p from netscape 4 */
/*/*/
#navBar { position: absolute; width: 110px; padding: 1em;}
#logo { position: relative; padding: 1em;  }
#content { position: relative; padding: 1em; left: 110px; margin-right: 110px; }
#footer { positin: relative; width: 100%; bottom: 0; font-size: x-small }
#main { position: relative; top: 20px; }
/* end hiding */
#navBar a { display: block; padding: 2px; }
#header { display: none }

/* appearance tweeks */
a img { border: none }


/* misc styles */
dt { font-size: large }
dd { font-style: italic; margin-left: 5%; } 