BODY { 
  margin: 1em;
  background: white;
  color: black; 
}


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

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

/* LI { display: list-item } */


H1, H2, H3, H4 { margin-top: 1em; margin-bottom: 1em }
H5, H6 { margin-top: 1em }

/*
H1 { text-align: center }
*/
H1, H2, H4, H6 { font-weight: bold }

/* 
H3, H5 { font-style: italic }
*/

H1 { font-size: xx-large }
H2 { font-size: x-large }
H3 { font-size: large }

B, STRONG { font-weight: bolder }  /* 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 }

ADDRESS { margin-left: 3em }
BLOCKQUOTE { margin-left: 3em; margin-right: 3em }

UL, DIR { list-style: disc }
OL { list-style: decimal }
MENU { margin: 0 }              /* tight formatting */
LI { margin-left: 3em }

DT { margin-bottom: 0 }
DD { margin-top: 0; margin-left: 3em }

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

/* 
A:link { color: blue }          /* unvisited link */
A:visited { color: red }        /* visited links */
A:active { color: lime }        /* active links */
*/

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

A:link IMG { border: 2px solid blue }
A:visited IMG { border: 2px solid red }
A:active IMG { border: 2px solid lime }

/* The above is a suggested starting default by w3.org */

A,H1,H2,H3 { font-family : Gill,Arial,Helvetica,SansSerif; }
H1,H2,H3 { color: #663333; }

A { text-decoration: none; }

A:link { color: rgb(0, 0, 153) }  /* for unvisited links */
A:visited { color: rgb(153, 0, 153) } /* for visited links */
A:active { color: rgb(255, 0, 102) } /* when link is clicked */
A:hover { color: red; } /* when mouse is over link */

DIV { margin-left: 4%; margin-right: 4%; }
DIV.color { margin-left: 4%; margin-right: 4%; background: gray; border: none }

TABLE.CONTACTS {
  font-family: Arial,Helvetica,SansSerif;
  background: white;
}

TH.CONTACTS {
              font-family: sans-serif;
              background: rgb(244,247,255);
              text-align: center;
            }
TD.CONTACTS {
              font-family: sans-serif;
              background: rgb(244,247,255);
              text-align: center;
            }

DIV.COLOR {
            margin-left: 3%;
            margin-right: 3%;
            background: rgb(244,247,255);
            padding: 0.5em;
            border: none;
          }

TABLE { empty-cells:show;}

TD.sans,TH.sans { font-size: smaller; font-family: gill, arial, helvetica, sans-serif; }
TD.serif,TH.serif { font-family: times, serif; }


TABLE.ewz {
	border-top-width: 1px;
	border-top-spacing: 0px;
	border-top-style: outset;
	border-top-color: gray;
	border-collapse: collapse;
	background-color: #F5F5F5;
}
TABLE.ewz2 {
	border-top-width: 1px;
	border-top-spacing: 0px;
	border-top-style: outset;
	border-top-color: gray;
	border-collapse: collapse;
	background-color: #FFFFFF;
}
TH.ewz {
	font-size: smaller;
	font-family: gill, arial, helvetica, sans-serif;
	border-top-width: 1px;
	padding: 7px;
	border-top-style: inset;
	border-top-color: gray;
	border-left-width: 1px;
	border-left-spacing: 0px;
	border-left-style: inset;
	border-left-color: gray;
	border-right-width: 1px;
	border-right-spacing: 0px;
	border-right-style: inset;
	border-right-color: gray;
	background-color: #F5F5F5;
}
TD.ewz {
	font-size: smaller;
	font-family: gill, arial, helvetica, sans-serif;
	border-top-width: 1px;
	padding: 7px;
	border-top-style: inset;
	border-top-color: gray;
	border-left-width: 1px;
	border-left-spacing: 0px;
	border-left-style: inset;
	border-left-color: gray;
	border-right-width: 1px;
	border-right-spacing: 0px;
	border-right-style: inset;
	border-right-color: gray;
	border-bottom-width: 1px;
	border-bottom-spacing: 0px;
	border-bottom-style: inset;
	border-bottom-color: gray;
	background-color: #F5F5F5;
}
TD.ewz2 {
	font-size: smaller;
	border-top-width: 1px;
	padding: 7px;
	border-top-style: inset;
	border-top-color: gray;
	border-left-width: 1px;
	border-left-spacing: 0px;
	border-left-style: inset;
	border-left-color: gray;
	border-right-width: 1px;
	border-right-spacing: 0px;
	border-right-style: inset;
	border-right-color: gray;
	border-bottom-width: 1px;
	border-bottom-spacing: 0px;
	border-bottom-style: inset;
	border-bottom-color: gray;
	background-color: #FFFFFF;
}
TD.cite {
	font-size: smaller;
	font-family: serif;
	padding-top: 7px;
	border-spacing: 0px;
	background-color: white;
}
