/* Cascading Style Sheet, Level 1, for Senior Center */

/* Add the following command in the <HEAD> section of your HTML file */
/* <LINK REL=STYLESHEET TYPE="text/css" HREF="toolbar.css"> */

BODY { 
    margin: 10;
    font-family: trebuchet, arial, helvetica, sans-serif;
    color: black; background-image: url(graphics/back04.jpg)
  }

H1, H2, H4, H5, H6, P, UL, OL, DIR, MENU, DIV, 
DT, DD, ADDRESS, BLOCKQUOTE, PRE, BR, HR { display: block }

B, STRONG, I, EM, CITE, VAR, TT, CODE, KBD, SAMP, 
IMG, SPAN { display: inline }

LI { font-family: arial, helvetica, sans-serif; font-size: 12pt; color:#000000}

H1, H2, H3, H4 { margin-top: 0; margin-bottom: 0 }
H5, H6 { margin-top: 0 }
H3, H5 { font-style: bold }
H1 { font-family: trebuchet, arial, serif; font-size: 20pt; color:#A48B89; text-align: center }
H2 { font-family: trebuchet, arial, helvetica, sans-serif; font-size: 18pt; color:#008080; text-align: center }
H3 { font-family: trebuchet, arial, helvetica, sans-serif; font-size: 12pt }
H4 { font-family: arial, helvetica, sans-serif; font-size: 12pt }
H5 { font-family: arial, helvetica, sans-serif; font-size: 12pt }
H6 { font-family: arial, helvetica, sans-serif; font-size: 12pt; color:white; text-align:center }

P { font-family: arial, helvetica, sans-serif; font-size: 11pt; text-align:justify; margin-left: 20px; margin-right: 20px; }

B, STRONG { font-weight: bold }  /* relative to the parent */
I, CITE, EM, VAR, ADDRESS, BLOCKQUOTE { font-style: italic }
PRE, TT, CODE, KBD, SAMP { font-family: monospace }

PRE { white-space: pre }
PRE { font-size: 10pt }

/* ADDRESS { margin-left: 0 } */
/* ADDRESS { font-size: 10pt } */

BLOCKQUOTE { text-align: left }


/* UL { text-align: left }
/* UL, DIR { list-style: disc }*/
/* UL { margin-left: -1em }*/
/* UL { font-family: arial, helvetica, sans-serif; font-size: 10pt } */

OL { list-style: decimal } */
OL { margin-left: -1em } */
OL { font-family: arial, helvetica, sans-serif; font-size: 10pt } */

MENU { margin: 0 }              /* tight formatting */

/* LI { margin-left: 0 } */
LI { font-size: 10pt } */

/* DT { margin-bottom: 0 } */
/* DT { font-family: arial, helvetica, sans-serif; font-size: 10pt } */

/* DD { margin-top: 0 } */
/* DD { margin-left: 1em } */
/* DD { font-family: arial, helvetica, sans-serif; font-size: 10pt } */

TD { font-family: arial, helvetica, sans-serif;}
TD { font-size: 12pt }
TH { font-family: arial, helvetica, sans-serif;}
TH { font-size: 10pt }
TR { font-family: arial, helvetica, sans-serif;}
TR { font-size: 10pt }

HR { border-top: solid }        /* 'border-bottom' could also have been used */

A:link { color: white; font-weight: bold}          /* unvisited link */
A:visited { color: white; font-weight: bold }        /* visited links */
A:active { color: white; font-weight: bold }        /* active links */

/* setting the anchor border around IMG elements
   requires contextual selectors */

/* A:link IMG { border: 0px solid blue } 
/* A:visited IMG { border: 0px solid red } 
/* A:active IMG { border: 0px solid lime } 