/* eidolon.net CSS Style Sheet */

/* Define body for contents */
body
{
   background-color: white
}

/* Define standard font styles         */
/* NB: h4 will be used for body text   */
/*     h3 will be used for headings    */
/*     h5 will be used for illo. notes */

h2, h3, h5, h6
{
   font-family: verdana, arial, helvetica, sans-serif;
}

h3
{
   color: black;
   font-size: 12pt;
   line-height: 14pt;
   font-weight: normal;
}

h3 strong
{
   font-weight: bold;
}

h4
{
   color: black;
   font-size: 12pt;
   line-height: 14pt;
   font-weight: normal;
   text-align: left;
}

h4 strong
{
   font-weight: bold;
}

h5
{
   color: #22212D;
   font-size: 9pt;
   line-height: 10pt;
   font-weight: normal;
   text-align: justify;
}

h6
{
   color: black;
   font-size: 7.5pt;
   font-weight: normal;
}

h7
{
   color: #000000;
   font-size: 6pt;
   line-height: 8pt;
   font-weight: normal;
}

.pale
{
   color: #C0C0C0
}

.leftalign
{
   font-family: georgia, times roman, serif;
   text-align: left
}

.centeralign
{
   text-align: center
}

.rightalign
{
   text-align: right
}

/* Define standard links style */
a
{
   text-decoration: none;
   font-weight: normal;
}

a:link
{
   color: #808080;
}

a:active
{
   color: #FFFFFF;
}

a:visited
{
   color: #808080;
}

a:hover
{
    color: #871A1A;
}

/* Define standard table style */
table
{
   border-weight: thin;
   float: center
}

/* footer tables */
table.footer table {

   width: 310px;
}

