.storyarea
{
    color:black;
    position:absolute;
    margin-left:100px;
    margin-top:50px;
    width:500px;
    height:80%;
    font-size:12pt;	
}

.leftgutter
{
    font-size:12pt;
    color:black;
    position:absolute;
    margin-left:0px;
    margin-top:50px;
    height:80%;
    width:100px;
    
    font-size:10pt;
    font-family:arial;
    font-style:normal;
}

.rightgutter
{
    font-size:12pt;
    color:black;
    position:absolute;
    margin-right:0px;
    margin-top:50px;
    margin-left:600px;
    
    height:80%;
    width:100px;
    
    font-size:10pt;
    font-family:arial;
    font-style:normal;
}

.logo
{
    color:red;
    background:#ff9999;
    
    font-size:20pt;
    
    font-family:arial;
    font-style:oblique;
    font-weight:bold;

    position:absolute;
    text-align:right;
    margin-left:0px;
    margin-top:0px;
    padding-top:4pt;

    padding-left:9pt;
    padding-bottom:4pt;

    width:700px;
    height:50px
}

.storyhead
{
    color:mediumblue;
    position:absolute;
    margin-top:0px;
    margin-left:0px;

    font-family:arial;
    font-weight:normal;
    font-size:16pt;
    font-style:oblique;
    text-align:center;
    padding-left:8px;
    padding-top:8px;
    padding-bottom:8px;
    width:500px;
    height:40px;
}

.storybody
{
    color:black;
    font-weight:normal;
    position:absolute;
    padding-left:7px;
    margin-left:0px;
    margin-top:40px;
    font-size:12pt;
    width:500px;
    height:500px;
}

.p
{
    font-size:12pt;
    color:black;
    position:absolute;
    margin-left:100px;
    margin-top:0px;
    width:500px;
    height:100%;
    overflow:auto
}

p b.menuhead 
{
    font-size:12pt;
    color:black;
    background:#ff8888;
    position:relative;
    text-align:center;
    width:100px;
    margin-left:0px;
    margin-top:0px;
    
}
p A.menu:link    {width:100px;color:lightred;background-color:#fff0f0;text-align:center;text-decoration:none}
p A.menu:visited {width:100px;color:lightred;background-color:#fff0f0;text-align:center;text-decoration:none}
p A.menu:hover   {width:100px;color:peach;background-color:pink;text-align:center;text-decoration:none;letter-spacing: 1px}
p A.menu:active  {width:100px;color:red;background-color:#c0ffc0;text-align:center;text-decoration:none}

.address
{
    position:relative;
    font-size:10pt;
    padding-left:3px;
    padding-right:3px;

}

A:link    {color:lightred;text-decoration:none }
A:visited {color:lightred;text-decoration:none}
A:hover   {color:peach   ;background-color:lightgreen;text-decoration:none;letter-spacing: 1px; font-style:oblique}
A:active  {color:red     ;text-decoration:none}

body
{
    font-size:12pt;
    background-color:#339999;
}

h3 ul
{
    color:green;
    font-size:10pt;
}

h1 {font-size:12pt;}

