/* File [EmmausCommunity.css], updated 02/29/2008, linked to [EmmausCommunity.htm] == [index.htm] == [index.html] */
/* <style type="text/css"> */ /* These two lines are used for an "internal" (within an XHTML file) style sheet and not */
/* <!-- */                    /* needed for this "external" one. */
/* ================== */
/* anchors in general */
/* ================== */
a:link {
color: blue;
text-decoration: underline;
}
a:visited {
color: navy;
text-decoration: underline;
}
a:hover {
background: blue;
color: white;
}
a:active {
background: blue;
color: yellow;
}
a.one:link {
color: OldLace;
text-decoration: none
}
a.one:visited {
color: silver;
text-decoration: none
}
a.one:hover {
background: OldLace;
color: teal;
text-decoration: underline
}
a.one:active {
background: navy;
color: Lime;
text-decoration: overline underline
}
a.two:link {
color: blue;
font-weight: bolder;
text-decoration: none
}
a.two:visited {
color: navy;
font-weight: bolder;
text-decoration: none
}
a.two:hover {
background: blue;
color: white;
font-weight: bolder;
text-decoration: underline
}
a.two:active {
background: blue;
color: teal;
font-weight: bolder;
text-decoration: underline
}
a.h:link {
background: orange;
color: white;
font-size: 120%;
font-style: oblique;
font-variant: small-caps;
font-weight: bolder;
text-decoration: underline;
}
a.h:visited {
background: orange;
color: black;
font-size: 120%;
font-style: oblique;
font-variant: small-caps;
font-weight: bolder;
text-decoration: underline;
}
a.h:hover {
background: orange;
color: gray;
font-size: 130%;
font-style: oblique;
font-variant: small-caps;
font-weight: bolder;
text-decoration: underline;
}
a.h:active {
background: orange;
color: teal;
font-size: 140%;
font-style: oblique;
font-variant: small-caps;
font-weight: bolder;
text-decoration: underline;
}

body {
background-color: AquaMarine;
/* background-image: url("notebook.jpg"); */
color: black;
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 100%
}

div {
color: black
}

p {
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 100%
}

table.contacts {
border-color: teal navy navy teal
}

ul {
color: brown;
list-style-type: square
}
/* --> */      /* These two lines are used for an "internal" (to an XHTML file) style sheet and not */
/* </style> */ /* needed for this "external" one. */ 
/* End-of-File [EmmausCommunity.css] */