
html, body {
  margin: 3px;
  font-family: courier, monaco, typewriter, serif; 
  font-size: 1em; 
  background-color: #ffffff;
}

.blind-link {
  font-family: courier, monaco, typewriter, serif;
  text-decoration: none;
}

p {
  align: center;
}
table.lyrics {
  width: 600px;
}

table, td {
  font-size: .9em;
  empty-cells: show;
}
td.songlist {
  font-size: .8em;
}  
	
hr {
  border: 1;
  height: 1px;
}

select {
  font-size: .8em;
}

input {
  font-size: .8em;
  font-weight: bold;
}

img {
  border: 0px;
}

a {
  text-decoration: none;
}

a:visited {
  color: #555566;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #993333;
}

a.logo {
  color: #ffffff;
}

a.logo:visited {
  color: #ffffff;
}

a.logo:hover {
  color: #ffffff;
}

a.navbar:visited {
  color: #e90000; 
}

a.highlight {
  color: #000000;
  background-color: #95bf95;
}
  
p.subtitle {
  color: #444444;
}
table.b {
  background-color: #ffffff;
  border-collapse: collapse;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

th.bbtable {
  background-color: #95bf95;
  padding: 2px;
  border: hidden;
}
td.title {
  padding: 2px;
  border: hidden;
}
tr.title {
  background-color: #e90000;
  text-align: center;
}
tr.bbtable2 {
  background-color: #ffffff;
  text-align: center;
}
tr.bbtable3 {
  background-color: #ddddff;
  text-align: center;
}

#navbar {
  text-size: 16pt;
  text-align: center;
  float: center;
  width: 100%;
  padding: 2px;
  border-top-width: 2px;
  border-bottom-width: 2px;
  border-right-width: 0px;
  border-left-width: 0px;
  border-style: solid;
  border-color: #333399;
  background-color: #efefef;
}

/***** ViewBar attributes *****/

#viewbar {
  text-align: center;
  float: center;
  width: 100%;
  margin-top: 10px;
  padding: 2px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-right-width: 0px;
  border-left-width: 0px;
  border-style: solid;
  border-color: #333399;
  background-color: #efefef;
}

/***** FormBar attributes *****/

#formbar {
  text-align: center;
  float: center;
  margin-top: 10px;
  padding: 2px;
  margin-right: auto;
  margin-left: auto;
  border-width: 1px;
  border-style: solid;
  border-color: #333399;
  background-color: #efefef;
}

/***** 2-Column Page Layout for ContentArea *****/

#leftcontent {
  margin-top: 10px;
  float: left;
  margin-left: 0px;
  bottom: auto;
  width: 150px;
  padding: 5px;
  overflow: hidden;
  border-width: 1px;
  border-style: solid;
  border-color: #333399;
  background-color: #efefef;
}

#rightcontent {
  vertical-align: center;
  margin-top: 10px;
  margin-left: 170px;
  margin-right: 0px;
  bottom: auto;
}

/***** PageFooter Bottom Floating Section *****/

#bottomcontent {
  position: fixed;
  width: 100%;
  height: 50px;
  top: auto;
  right: 0;
  left: 0;
  bottom: 0;
  text-align: center;
  background-color: #ffffff;
}
