<!-- 180 Worship Team Style Sheet -->

<!--

a:link {
   font-family : "arial" san-serif; 
   font-size : 16px;
   color : black;
   font-weight : bold;
   text-decoration : none;
}

a:visited {
   font-family : "arial" san-serif; 
   font-size : 16px;
   color : black;
   font-weight : bold;
   text-decoration : none;
}

a:hover {
   font-family : "arial" san-serif; 
   font-size : 16px;
   color : black;
   font-weight : bold;
   text-decoration : underline overline;
}
-->

p {
   font-family : "arial" san-serif;
   font-size : 16px;
   color : black;
   margin-left : 20px;
   margin-right : 20px;
}

ul {
   font-family : "arial" san-serif;
   font-size : 14px;
   color : black;
   list-style-type : none;
   font-style : italic;
}

hr { width : 95%; }

.intro {
   font-family : "arial" san-serif;
   font-size : 20px;
   color : black;
   font-weight : bold;
}

.close {
   font-family : "arial" san-serif;
   font-size : 13px;
   color : black;
   font-style : italic;
}

body {
   background-color : #9CF;
}

table {
  border: solid 1px black;
  }