body { font-family: Ariel, Helvetica, sans-serif;
	   color: black;  
	   background-color: white;
	   font-weight: normal }
			  
a:link { color: blue; text-decoration : none;}
a:visited { color: blue; text-decoration : none;}
a:hover { color: maroon; text-decoration: underline;}

p { font-size: 90%; font-weight: normal; color: black; }
ul { font-size: 90%; font-weight: normal; color: black; }
table { font-size: 90%; font-weight: normal; color: black; }

h1 { font-size=200%; color: black; font-weight: normal; margin-top: 0; margin-bottom: 0em }

h2 { font-size=150%; color: black; font-weight: normal; margin-top: 0.25em; margin-bottom: 0em }

h3 { font-size=125%; color: black; ; margin-top: 0.25em; margin-bottom: 0em }

h4 { font-size=100%; color: black; ; margin-top: 0.65em; margin-bottom: 0.15em}

.altimagetext { font-size: 80%; color: red; font-weight: normal;}

/* tabbed content */
#header {
  float:left;
  width:100%;
  background:#DAE0D2 url("bg.gif") repeat-x bottom;
  font-size:93%;
  line-height:normal;
  }
#header ul {
  margin:0;
  padding:10px 10px 0;
  list-style:none;
  }
#header li {
  float:left;
  background:url("left.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  }
#header a {
  float:left;
  display:block;
  background:url("right.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#765;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header a {float:none;}
/* End IE5-Mac hack */
#header a:hover {
  color:#333;
  }
#header #current {
  background-image:url("left_on.gif");
  border-width:0;
  }
#header #current a {
  background-image:url("right_on.gif");
  color:#333;
  padding-bottom:5px;
  }
     
/* Colored bullets for Copyright on Hymn Name/Number listings */ 
ul.red {
	list-style-type: disc;
	color: red;
}
ul.green {
	list-style-type: disc;
	color: green;
}
ul.blue {
	list-style-type: disc;
}
ul.black {
	list-style-type: disc;
	color: black;
}

/* Spiral notebook style web theme */
body {
	background-image:url(../images/page-bg.jpg);
	color:#6C6754;
	margin-top:0px;
}

.title{
	background-image:url(../images/title-bg-multimedia.jpg);
	background-position:center;
	background-repeat:no-repeat;
}
.logo{
	font-size:32px;
	font-family:arial;
	color:#FCFCFC;
	font-weight:bold;
	text-align:right;
	padding-top:20px;
	padding-right:50px;
}
.content{
	background-color:#ECF4FF;
	text-align:left;
	vertical-align:middle;
}
.tagline{
	font-size:14px;
	font-family:arial;
	color:#FCFCFC;
	font-weight:bold;
	text-align:right;
	padding-top:5px;
	padding-right:50px;
}
