@import url("main_template.css");

#main
        {
            background-image: url("../images/whatever-bkgd.jpg");
        }
#main1  {
            width: 216px;
            height: 400px;
            overflow: auto;
            border-right: solid 2px #bbbbbb;
            margin-right: 2px;
        }
#main2  {
            width: 480px;
            text-align: justify;
            height: 400px;
            overflow: auto;
        }
#story  {
            width: 480px;
            text-align: justify;
            height: 400px;
            overflow: auto;
        }
#poem   {
            width: 480px;
            text-align: center;
            height: 400px;
            overflow: auto;            
        }
#main1 ul
        {   
            padding: 0px;
            margin-left: 5px;
            list-style-position:inside;
            font-size: 11pt;
        }
#main1 li a:link
        {
            color: #0000ff;
            text-decoration: none;            
        }
#main1 li a:visited
        {
            color: #642efe;
            text-decoration: none;            
        }
#main1 li a:hover, li a:active
        {
            color: #00dd00;
            text-decoration: underline;
            background-color: transparent;
        }
h2      {
            color: #8A0868;
            text-align:center;
            font-size: 1.2em;
        }
h3      {
            color: #8A0868;
            margin-top: 10px;
            margin-bottom: 1px;
        }
h5      {
            color: #8A0868;
            margin-top: 1px;
            margin-bottom: 1px;
        }    
p       {
            color: #8A0808;
        }

