
/* DEFAULT BODY TYPE */
   BODY     {color: 333333;
             background-color: oldlace; 
             font-family: georgia, times, serif;
             font-size: 12px; 
             font-style: normal; 
             font-weight: bold; 
             line-height: 1.2; 
             letter-spacing: 1px;
             text-decoration: none;
             text-align: center; 
             vertical-align: middle}

/* DEFAULT DIV TYPE */
   DIV  {position: absolute;
         left: 0; margin-left: auto;
         right: 0; margin-right: auto;
         background-color: transparent;
         z-index: 1; visibility: visible;
         border: 2px none orange}

/* DIV TYPE FOR ENCLOSING BOX */
   DIV.bigbox  {top: 50; height: 600; 
                left: 1%; right: 1%; width: 98%}

/* DEFAULT TABLE TYPE (HARDLY USED) */
   TABLE    {border-style: none; text-align: center; rules: none}

/* DEFAULT IMAGE TYPE WITH WIDE BORDER */
   IMG      {border-style: solid; border-width: 6px; 
             border-color: 4C4A45 B1ACA1 CAC4B8 65625C}

/* DEFAULT EMBEDDED OBJECT TYPE WITH WIDE BORDER */
   EMBED    {border-style: solid; border-width: 6px; 
             border-color: 4C4A45 B1ACA1 CAC4B8 65625C}

A                 {color: 440000;  text-decoration: none;
                   border-style: solid; border-width: 1px; 
                   border-color: transparent}
A:link            {color: 440000; text-decoration: none;
                   border-style: solid; border-width: 1px; 
                   border-color: transparent}
A:hover           {color: 440000; text-decoration: none;
                   border-style: solid; border-width: 1px; 
                   border-color: 440000}
A:visited         {color: 000066; text-decoration: none;
                   border-style: solid; border-width: 1px; 
                   border-color: transparent}
A:visited:hover   {color: 000066; text-decoration: none;
                   border-style: solid; border-width: 1px; 
                   border-color: 000066}

/* SPECIALIZED PARAGRAPH TYPES */

/* NAME AT TOP OF PAGE */
.topname      {font-size: 13px;   
               font-style: italic;
               font-weight: bold; 
               letter-spacing: 4px; 
               text-decoration: none;
               margin: 0 10 0 10; padding: 0}

/* LINK AT TOP OF PAGE */
.toplink      {font-size: 13px;   
               font-style: italic;
               font-weight: bold; 
               letter-spacing: 1px; 
               text-decoration: none;
               margin: 0 10 0 10; padding: 0}

/* SMALLISH BOLD ITALICS */
.smalltex     {font-size: 10px;   
               font-style: italic;
               letter-spacing: 1px; 
               text-decoration: none}

/* BOLD ITALICS, DEFAULT FOR CAPTIONS */
.captex       {font-size: 12px;   
               font-style: italic;
               letter-spacing: 1px; 
               line-height: 1.4; 
               text-decoration: none}

/* LARGISH BOLD ITALICS */
.largetex     {font-size: 14px;   
               font-style: italic;
               letter-spacing: 1px; 
               text-decoration: none}

/* TEXT MEANT TO BE INVISIBLE */
.blendtex     {color: oldlace;
               line-height: 0.1; 
               font-size: 10px}





