BODY
{
    text: white;
    background-color: #000000;
    font-family: Arial, Helvetica, sans-serif
}

/* ====================== GENERAL TEXT ATTRIBUTES ====================== */
.plaintext        
{ 
    color: black; 
    font-family: Times New Roman, Times, Serif;
    text-decoration: none 
}
.arial        
{ 
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none 
}
.color        
{ 
    color: #FF8000; 
}

/* ============================== TITLES =============================== */
.title
{
    color: #FF8000;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 3ex;
    font-weight: bold
}
.storytitle
{
    color: #FF8000;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 5ex;
    font-weight: bold
}
.storyauthor
{
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-weight: bold;
    font-size: 4ex
}
.chapter        
{ 
    color: black;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 3ex;
    font-weight: bold;
    text-decoration: none;
    text-align: center
}

/* ============================== MENUS =============================== */
.menu        
{ 
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    text-decoration: none 
}
.menuitem        
{ 
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-weight: bold;
    text-decoration: none 
}

/* ============================== LINKS =============================== */
A
{
    color: #FF8000;
    text-decoration: none 
}
A:visited
{
    color: #FF8000;
    text-decoration: none 
}
A:hover
{
    color: #FFB000;
    text-decoration: none 
}

/* ============================== OTHER =============================== */
HR
{
    color: #FF8000
}
