.class1 A:link {color: #000000; text-decoration: none;}
.class1 A:visited {color: #000000; text-decoration: none;}
.class1 A:active {color: #000000; text-decoration: none;}
.class1 A:hover {color: #000000; text-decoration: underline;}

.class2 A:link {color: #0088CC; text-decoration: none;}
.class2 A:visited {color: #0088CC; text-decoration: none;}
.class2 A:active {color: #0088CC; text-decoration: none;}
.class2 A:hover {color: #0088CC; text-decoration: underline;}


.blockquote {background:#E2FFE4; padding:2px; margin: 0px 0px 0px 0px;}

IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto }


/* NAV BAR */
#mainNav ul {
    margin: auto;
    padding: auto;
    list-style: none;
    /* background: url(http://fourcelticvoices.com/images/bg_nav.png) repeat-x left top; */
	background-color: #D8D8D9;
    float: left;
    /*  border-bottom: 1px solid #000; */
    width: 100%;
}
#mainNav li {
    float: left;
    padding: 0;
    margin: 0;
}
#mainNav li a,
#mainNav li a:link {
    color: #000000;
    text-decoration: none;
    padding: .5em 1em;
    /* border-right: 1px solid #000; */
    display: block;
    font: bold 1em "Lucida Grande", Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
}
#mainNav li a:hover {
    /* background: url(http://fourcelticvoices.com/images/bg_nav_h.png); */
    text-decoration: underline;
    color: #000000;
}
/* IE 6 hack to make entire button clickable */
/* html #mainNav a { width: 1px } */