<!--
//  Styles for The Lost Woods
//  Created by Vireyda (vireyda_m@yahoo.com)
//  Donated to WBC Elite also.
-->

BODY {
    color: black;
    background-color: white;
    background-image: url(webgfx/whitelinebkd.jpg);
    font-family: "Arial Narrow", "Arial", "Helvetica", "sans-serif";
    font-size: 12pt
    margin: 0px;
    scrollbar-arrow-color: white;
    scrollbar-base-color: silver;
    scrollbar-face-color: green;
    scrollbar-shadow-color: black;
    scrollbar-darkshadow-color: green;
    scrollbar-3dlight-color: white;
    scrollbar-highlight-color: silver;

}


TD {
   font-family: "Arial Narrow", "Arial", "Helvetica", "sans-serif";
   font-size: 12pt
}


<!-- LINKS -->
A:link {
    color: green;
    text-decoration: none
}

<!-- VISITED Links -->
A:visited { 
    color: maroon;
    text-decoration: none

}

<!-- When the mouse is HOVERING on link -->
A:hover {
    color: green;
    position: relative;
    top: 1.5px;
    left: 1.5px;
    text-decoration: overline
    text-decoration: underline
}


A.menu {
    color: green;
    text-decoration: none;
    font-size: 11pt
}



<!-- Hidden Paragraphs for Menu System -->
.visible {DISPLAY: block}
.cache {DISPLAY: none}

<!-- Dropdown menu fonts -->
DIV.nav {font-size: 13pt}


<!-- SPECIAL FORMATTING for new_main.html -->

TD.navbar {
   text-align: right;
   background-color: silver;
   font-family: "Verdana", "sans-serif";
   font-size: 11pt;
   font-weight: bold
}



<!--
//   SPECIAL FORMATTING for TITLES
//   Hence, (<H1 class="title">...</H1>)
//   .blank class
//   #blank id
-->

H1.title {
    color:green;
    font-size: 200%;
    font-weight: bold;
    font-family: "Arial Narrow", "Arial", "sans-serif";
    text-align: center;
}

H2.tales {
    color: darkred;
    font-weight:100;
    font-family: "Arial Narrow", "Arial", "sans-serif";
    text-align: center;
}


<!-- Colored Rules -->
HR.grn { color: green; width: 470 height=3}
HR.red { color: red; width: 470}


<!-- Main Page Descriptions (ids) -->
#desc {font-size: 10pt;color=green;font-style:italic}