
#homepage {
    text-align : center;
  }


.subtitle {
    font-weight : bold;
  }


a {
    text-decoration : none;
  }


#map {
    border-bottom-style : none;
    border-left-style : none;
    border-right-style : none;
    border-top-style : none;
    margin-bottom : none;
    margin-left : none;
    margin-right : none;
    margin-top : none;
    width : 100%;
    height : 400px;
  }


a:link, a:visited {
    color : blue;
    text-decoration : none;
  }


a:hover, a:active {
    color : blue;
    text-decoration : underline;
  }


.announce, .rota, .sermon, .future {
    border-bottom-color : gray;
    border-bottom-style : dotted;
    border-bottom-width : 1px;
    border-left-color : gray;
    border-left-style : dotted;
    border-left-width : 1px;
    border-right-color : gray;
    border-right-style : dotted;
    border-right-width : 1px;
    border-top-color : gray;
    border-top-style : dotted;
    border-top-width : 1px;
    padding : 0.5em;
  }


.annTitle, .rotDuty, .serSpeaker {
    font-weight : bold;
  }


.annTime, .serDate {
    font-weight : bold;
  }


.annDate, .rotDate {
    font-weight : bold;
    margin-left : 4em;
  }


#alpha_title {
    font-size : x-large;
    font-weight : bold;
  }


.alpha_sub {
    color : red;
    font-weight : bold;
  }


.contact {
    text-align : center;
  }
