.bannertitle {
	color: white;
	font-family: Verdana;
	font-size: 18pt;
	text-align: right;
	vertical-align: bottom}

.menu {
     border-right: 1px solid white;
     text-decoration: none;
     background-color: #313031;
     padding: 5px;
     color: white;
     font-family: Tahoma;
     font-size: 11pt;
     font-weight: bold;}


.menu:hover {
    background-color: #5A8EC6;
}

.sermon:hover {
    background-color: #dddddd;
}

.article:hover {
    background-color: #dddddd;
}

.menubar {
    background-color: #313031;
    padding: 5px 0px 5px 0px;}

.footerbar {
    background-color: #dddddd;
    padding: 0px 0px 0px 0px;}

.calendar {
        color: black;
        font-family: Verdana;
        font-size: 10pt;
        vertical-align: bottom}

.sermon {
        color: black;
        font-family: Verdana;
        font-size: 10pt;
        vertical-align: bottom;
        background-color: #eeeeee}

.article{
        color: black;
        font-family: Verdana;
        font-size: 10pt;
        vertical-align: bottom;
        background-color: #eeeeee}

.main {
        color: black;
        font-family: Verdana;
        font-size: 10pt;
	line-height: 140%;
        vertical-align: bottom}

.copyright {
        color: black;
        font-family: Verdana;
        font-size: 8pt}
      

.calendar_title {
        color: #495678;
        font-family: Verdana;
        font-size: 10pt;
        vertical-align: bottom}

.calendar_link {
        color: #495678;
        font-family: Verdana;
        font-size: 10pt;
        vertical-align: bottom}

.main_link {
        color: #495678;
        font-family: Verdana;
        font-size: 10pt;
        vertical-align: bottom}

.title {
        color: black;
        font-family: Verdana;
        font-size: 12pt;
        vertical-align: bottom;
	text-decoration: underline}

.link {
	color: #495678;
	font-family: Tahoma;
	font-size:10pt}

A:link 		{ text-decoration: none }
A:active 	{ text-decoration: none }
A:visited 	{ text-decoration: none }

#sermon a {
  display: block;
  width: 100%;
  border-top: solid black 1px;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  text-decoration: none;
}

#article a {
  display: block;
  width: 100%;
  border-top: solid black 1px;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  text-decoration: none;
}

