/* MAIN PAGE STYLE */
.MainPageHeader
{
   font-weight: bold;
   font-size: 20pt;
}

.MainPageTitle
{
   font-weight: bold;
   font-size: 20pt;
   color: #ccff00;
}

.MainPageReadNow
{
   font-size: 20pt;
   color: yellow;
}

.MainPageReadLast
{
   font-size: 12pt;
   color: goldenrod;
}

.MainPageAuthor
{
   font-weight:bolder;
}   

.MainPageEleTbl
{
   border-right: #662222 thin double;
   border-top: #662222 thin double;
   border-left: #662222 thin double;
   border-bottom: #662222 thin double;
   background: #331111;
}

.MainPageEleTblHeader
{
   font-weight: bold;
   text-decoration: underline;   
   color: #E1A4A4
}

.MainPageNewTag
{
   font-size: 7pt;
   color: #ff3300;
}

A.MainPageChapLink
{
   font-size: 10pt;
   font-weight: bold;
   color: #E1A4A4;   
}

A.MainPageChapLink:hover
{
   font-size: 12pt;
   font-weight: bold;
   color: #FFBFBF; 
}

A.MainPageChapLink:visited
{
   font-size: 10pt;
   font-weight: bold;   
   color: #9999ff;  
}

.MainPageChapDet
{
   color: #aaaaaa;
   font-size: 8pt;   
   font-style: italic;
}

.ChapterListFrameLeft
{
   background-image: url(../img/FrameSmallLeft.JPG);
   background-repeat: repeat-y;
}

.ChapterListFrameRight
{
   background-image: url(../img/FrameSmallRight.JPG); 
   background-repeat: repeat-y;     
}


