a:visited { color: #f0f; background-color: black; text-decoration: none; }
a:hover { color: black; background-color: fuchsia; text-decoration: underline; }
a:link { color: fuchsia; background-color: black; text-decoration: none; }
#page { color: fuchsia; background-color: black; position: absolute; top: 0; left: 0; }
#navbar { color: fuchsia; font-size: 14px; font-family: tahoma; background-color: black; background-position: center top; position: inherit; top: 0; left: 0; margin: 0 2px; padding: 0 4px; border-right: 4px dashed white; border-left: 4px dashed white; outline-color: white; }
#background { background-image: url(images/background.jpg); position: relative; top: 0; left: 0; width: 640px; height: 960px; }
#background-faded { background-image: url(images/background-faded.jpg); position: relative; top: 0; left: 0; width: 640px; height: 960px; }
#header { color: fuchsia; font-size: 36px; font-family: "Lucida Calligraphy"; font-weight: bold; font-style: italic; text-align: center; }
#content { color: white; font-size: 12px; font-family: tahoma; background-color: black; position: relative; top: 12px; left: 12px; width: 600px; height: auto; padding: 8px; border-color: black; }
#footer { color: fuchsia; font-size: 12px; font-family: tahoma; font-style: italic; background-color: black; text-align: center; }

