/* External style sheet for Matagorda Island Lighthouse Restoration Project */

BODY
{
background-color: #FFFFFF;           /* background white */
}
OL LI                                /* sets the ordered list to look like an outline */
{
list-style-type: upper-roman;
}
OL LI LI
{
list-style-type: upper-alpha;
}
OL LI LI LI
{
list-style-type: decimal;
}
OL LI LI LI LI
{
list-style-type: lower-alpha;
}
OL LI LI LI LI LI
{
list-style-type: lower-roman;
}
UL LI
{
list-style-type: square;
}
HR                                      /* makes the horizontal rule blue and */
{
color: #000066;                         /*           centers it           */
align: center;
}
H1,H2, H3, H4, H5, H6                   /* makes all headings dark blue */
{
color: #000066;
}

H1                                      /* makes Heading1 30 pt, bold and sans-serif type */
{
font-size: 30pt;
font-family: serif;
font-weight: bold;
}
H2                                      /* makes Heading2 24 pt, bold and sans-serif type */
{
font-size: 24pt;
font-family: sans-serif;
font-weight: bold;
}
H3                                      /* makes Heading3 20 pt, bold and sans-serif type */
{
font-size: 20pt;
font-family: sans-serif;
font-weight: bold;
}
H4                                      /* makes Heading4 16 pt, bold and sans-serif type */
{
font-size: 16pt;
font-family: sans-serif;
font-weight: bold;
}
H5                                      /* makes Heading5 12 pt, bold and sans-serif type */
{
font-size: 12pt;
font-family: sans-serif;
font-weight: bold;
}
H6                                      /* makes Heading6 8 pt, bold and sans-serif type */
{
font-size: 8pt;
font-family: sans-serif;
font-weight: bold;
}

/* P */                                       /* creates indent for regular paragraph and */
/* { */                                     /* makes text dark green */
/* color: #000066; */
/* text-indent: 3em; */
/* } */
