body {
background-attachment: fixed; 
background-position: top left;
background-repeat: no-repeat;
background-color: #000000;
padding: 0;
scrollbar-arrow-color: #495C98;
scrollbar-darkshadow-color: black;
scrollbar-face-color: black;
scrollbar-3dlight-color: #495C98;
}

body.bio {background-image: url(graphics/pagebg_bio.jpg)}
body.photos {background-image: url(graphics/pagebg_photos.jpg)}
body.graphics {background-image: url(graphics/pagebg_graphics.jpg)}
body.fandom {background-image: url(graphics/pagebg_fandom.jpg)}
body.hiking {background-image: url(graphics/pagebg_hiking.jpg)}
body.links {background-image: url(graphics/pagebg_links.jpg)}
body.misc {background-image: url(graphics/pagebg_misc.jpg)}
body.writings {background-image: url(graphics/pagebg_writing.jpg)}


a {color: #fffff; text-decoration:none}
a:link {color: #d3d3d3; text-decoration:none}
a:hover {text-decoration:underline}
a:active {color: #ffffff}
a:visited {color: #9d9d9d}

img {border: 0px}

p {font-family: "verdana"; color: #ffffff; font-size: 12px}
#sm {font-size:10px; color: #ffffff; font-family: "verdana"}
#smgray {font-size:10px; color: #9d9d9d; font-family: "verdana"}
#p {font-size:12px; color: #ffffff; font-family: "verdana"}
#med {font-size:14px; color: #ffffff; font-family: "verdana"} 
#lg {font-size:16px; color: #ffffff; font-family: "verdana"}
#xl {font-size:18px; color: #ffffff; font-family: "verdana"}
h2 {color: white; font-family: "verdana"}
h3 {color: white; font-family: "verdana"}
h4 (color: white; font-family: "verdana"}


#menu a {
  position: absolute;
  height: 22px;
  text-decoration: none;
  }

a#menu_home { left: 150px; top: 63px; width: 52px;}
a#menu_bio { left: 228px; top: 111px; width: 414px;}
a#menu_fandom { left: 228px; top: 111px; width: 507px;}
a#menu_graphics { left: 228px; top: 111px; width: 355px;}
a#menu_hiking { left: 228px; top: 111px; width: 373px;}
a#menu_links { left: 228px; top: 111px; width: 472px;}
a#menu_misc { left: 228px; top: 111px; width: 358px;}
a#menu_photos { left: 228px; top: 111px; width: 440px;}
a#menu_writings { left: 228px; top: 111px; width: 359px;}      

ul.square { list-style-type: square}

