body{background-color: #005; color: #fff;}

/* Link Tabs */
div.linktabs,table.linktabs,td.linktabs,tr.linktabs,a.linktabs
{
color: #fff;
background-color: #005;
font-family:"sans-serif";
font-size:x-small;
font-weight:bold;
text-align:left;
}
a.linktabs{color: #5ff; text-decoration:underline;}
a.linktabs:hover{color:#ff0;}

/* Menu area */

div.menuarea,table.menuarea,td.menuarea,tr.menuarea,a.menuarea
{
color: #5ff;
background-color: #005;
font-family:"sans-serif";
font-size:x-small;
font-weight:bold;
text-align:left;
}
a.menuarea{text-decoration:underline;}
a.menuarea:hover{color:#ff0;}

/************************************************************/
/* bibletxt */
h1.bibletxt,h2.bibletxt,h3.bibletxt,h4.bibletxt
{
text-decoration: none;
font-family: serif;
font-variant: small-caps;
font-weight: bold;
text-align: center;
}

/* bibletxt */
table.bibletxt,
tr.bibletxt,
td.bibletxt
{
text-decoration:underline;
font-family:serif;
font-variant:small-caps;
font-weight:bold;
text-align:center;
}

p.bibletxt
{
text-decoration:none;
font-family:sans-serif;
font-weight:normal;
text-align:left;
}

a.bibletxt{color: #5ff;
text-decoration:underline; 
font-size:x-small;
text-align:center;}

a.bibletxt:hover{color:#ff0;}

/************************************************************/
/* titlearea */
div.titlearea,h1.titlearea,h2.titlearea,h3.titlearea,h4.titlearea
{
text-decoration: none;
font-family: Papyrus,"Goudy Old Style",Garamond,"Colonna MT",CASTELLAR,"Bookman Old Style","Book Antiqua",Harrington,cursive;
font-variant: small-caps;
font-weight: bold;
text-align: center;
}

/************************************************************/
/* basearea */
h6.basearea,a.basearea,div.basearea
{
font-family:serif;
font-weight:normal;
font-size:xx-small;
text-align:center;
text-decoration:none;
}
a.basearea{color:#ff0; text-decoration: underline;}
a.basearea:hover{color:red;}

/* ********************************************************** */

h1,h2,h3,h4,h5,h6{
font-family: serif;
font-style:normal;
font-variant:normal; /* normal small-caps */
font-weight: bold; /* bold bolder lighter 100 200 ... 900 */
text-decoration: underline;/* none underline overline line-through blink */
vertical-align:top; /* baseline super top text-top middle bottom text-bottom percentage */
text-transform:none; /* capitalize uppercase lowercase none */
text-align:center; /* left right center justify */
text-indent: 0;/* length percentage */
line-height: normal; /* normal number length percentage */
padding-top: 0;/* length percentage */
padding-right: 0;/* length percentage */
padding-bottom:0;/* length percentage */
padding-left:0;/* length percentage */
word-break:normal; /* normal break-all */
word-wrap: normal; /* normal break-word */
margin-top:.1em; 
margin-bottom: .1em;
}

p,a,ul,li,ol,img,blockquote{
font-family: serif;
font-style:normal;
font-variant:normal;
font-weight:normal;
text-decoration:none;
text-transform:none;
text-align:left;
text-indent: 0;
line-height: normal;
padding-top: 0;
padding-right:0;
padding-bottom:0;
padding-left:0;
word-break:normal;
word-wrap: normal;
margin-top:0; 
margin-bottom: 0;
}

blockquote
{ font-size: 90%; }

a{color: #ccf; text-decoration: underline;}
a:hover{color:#f60;}

/********************************************************************************/
/* horizontal line definitions */

hr{
border: none;
color: #aaf;
width: 100%;
height: 1px;
text-align: center;
}
