@import url('/lib.css');

a:link { color: #f7c; }
a:visited { color: #cc7; }
a:hover { color: #7ff; }
a:active { color: #3ff; }

body { background: black url('gamma/body-bg.png') fixed; }

#banner { background: transparent; }
#banner b.top b { border-color: #000; background: #000; }
#banner .content, #banner b.top b { background-image: url('gamma/head-bg.png'); }
#banner b b.r1 { background: #000; }

#content b.top b { border-color: #000; background: #000; }
#content b.bot b, #content .content {
    border-color: #000; background: #eee;
}
#content b.bot { display: none; }

#content b b.r1 { background: #000; }
#content .content { background: black; color: white; }
h3 { color: black; }

#nav b.top b { border-left-color: #000; border-right-color: #000; background: #303; }
#nav b.bot b.r1 { background: #000; }
#nav b.bot b, #nav .content { background: #ccc; border-right-color: #000; }
#nav h2 { background: #303; color: white; text-shadow: black 0px 0px 3px; }

h1 { color: white; text-shadow: red 0px 0px 3px; }
h2 { background: #000; color: white; text-shadow: yellow 0px 0px 3px; clear: left; }
h3 { clear: left; border-top: double black 3px; border-bottom: dotted #777 1px; margin-bottom: 1ex; background: #ccc; }

#nav a { color: black; }
#nav a:visited { color: #333; }
#nav a:hover {
    background: #047;
    color: white;
}

#desc { background: #000; color: white; }

