body {
	margin: 0px;
	padding: 0px;
	background-image: url("blue-ice-background.jpg");
	background-repeat: repeat;
}

div#left_column {
	position: fixed;
	width: 250px;
	top: 0px;
	left: 0px;
}

div#left_column img {
	position: relative;
	height: 176px;
	width: 130px;
	top: 10px;
	left: 10px;
}   /*  My picture's proportions are 100 width to 135 height  */

div#left_column ul {
	position: absolute;
	margin: 50px 0px 0px 0px;
	padding: 0px;
	top: 150px;
	left: 20px;
	width: 220px;
	list-style-type: none;
}

div#left_column li {
	font-family: papyrus; // textile;
	font-weight: 900;
	color: darkblue;
	font-size: 1.7em;
}

div#left_column ul li a:link, div#content_column ul li a:link {
	color: palegreen;
	text-decoration: none;
}

div#left_column ul li a:visited, div#content_column ul li a:visited {
	color: palegreen;
	text-decoration: none;
}

div#left_column ul li a:hover, div#content_column ul li a:hover {
	color: navy;
	background-color: cornflowerblue;  /* lightseagreen; */
}

div#left_column ul li a:active, div#content_column ul li a:active {
}


div#content_column {
	margin-left: 250px;
	margin-top: 50px;
	margin-right: 50px;
	color: khaki;
	font-size: 1.6em;
	font-weight: 900;
	word-spacing: 4px;
	line-height: 1.1em;
}

div#content_column error, ok {
	color: yellow;
	font-size: 1.1em;
}


div#content_column cdbaby_link img:link {
}

div#content_column cdbaby_link img:visited {
}

div#content_column cdbaby_link img:hover {
	border: 3px solid goldenrod;
}

div#content_column cdbaby_link img:active {
}

div#content_column cdbaby_link {
	color:goldenrod;
}

div#content_column lyrics {
	font-family: textile;
	font-size: 0.75em;
	font-weight: 100;
}

div#content_column song_title {
	font-family: textile;
	text-decoration: underline;
	font-size: 1em;
}

div#content_column author {
	font-family: textile;
	font-size: 0.7em;
	font-weight: 100;
}

div#left_column ul li ul {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 3.3em;
	left: 4em;
	width: 10em;
}

div#left_column ul li ul li {
	margin: 0;
	padding: 0;
	font-size: 0.65em;
}

/*  Hide the lyrics submenu when not hovered over  */
body div#left_column ul li ul {
	display: none;
}

div#left_column ul li:hover ul, div#left_column ul li ul:hover {
	display: block;
}

div#content_column ul {
		list-style-type: none;
}

div#content_column h2, h3 {
	text-decoration: underline;
}

div#content_column hr {
	height: 0.1em;
	border-bottom-width: 0.1em;
	background-color: lime;
	border-bottom-style: solid;
	border-bottom-color: lime;
}

div#content_column pronunciation1 hr {
	height: 0.1em;
	border-bottom-width: 0.1em;
	background-color: red;
	border-bottom-style: solid;
	border-bottom-color: red;
}

div#content_column pronunciation1 p {
	color: white;
	font-size: 1.7em;
}

	div#content_column p address1 {
	font-size: 75%;
	font-style: italic;
}

div#content_column pronunciation button {
	color: red;	
}

div#content_column cite {
	font-family: papyrus; // textile;
	font-weight: 900;
	color: palegreen;
	font-size: 1.0em;
	line-height: 1.5em;
}

div#content_column p cite {
	font-family: times-new-roman;
	font-style: normal;
	font-weight: 900;
	color: black;
	font-size: 1.0em;
	line-height: 1.5em;
}


div#content_column cite gratitude_link {
}

div#content_column cite gratitude_link a:link {
	color: palegreen;
}

div#content_column cite gratitude_link a:visited {
	color: palegreen;
}

div#content_column cite gratitude_link a:hover {
	color: navy;
//	background-color: cornflowerblue;  /* lightseagreen; */
}

div#content_column cite gratitude_link a:active {
}

div#content_column em {
	font-style: normal;
	color: DarkRed;
	font-size: 1.2em;
}

div#content_column small {
	font-family: papyrus;
	font-style: italic;
	font-weight: 900;
	color: white;
	font-size: 0.8em;
}

div#content_column p span {
	font-family: times-new-roman;
	font-style: normal;
	font-weight: 900;
	color: white;
	font-size: 1.0em;
}