body {
    
    font-family: Verdana, sans-serif;
    background-color: #5a9ddc; 

}
a
{
    padding: 0px 0.5em;
    margin-left: 0px;
    border: 0px solid #778;
    border-radius: 5px 5px 5px 5px;
    background: #DDE;
    text-decoration: none;
}



a:link 
{ 
    color: #448; 
}
a:visited 
{ 
    color: #667; 
}
a:hover
{
    color: #000;
    background: #5a9ddc;
    border-color: #227;
}
a.live
{
    padding:0px 5px 10px 5px;
    margin-left: 0px;
    border: 0px solid #778;
    border-radius: 5px 5px 0px 0px;
    background: #1c1a59;
    text-decoration: none;
    color: #fff; 

}
a.capo
{
    padding:0px 5px 10px 5px;
    margin-left: 0px;
    border: 0px solid #778;
    border-radius: 5px 5px 0px 0px;
    background: white;
    text-decoration: none;
    color: black;
    font-size: 0.8em;
    font-weight: normal; 
  height: 20px;
  width: 90px;
    
}
button.capo {
    width: 65px;
    height: 18px;
  /*border-top-style: 0px solid #fff;
  border-right-style: 0px solid white;
  border-bottom-style: 1px solid;
  border-left-style: 0px solid white;*/

    border: 0px solid #778;
    border-radius: 5px 5px 0px 0px; 
    background: white; 
    color: black;
    font-size: 0.8em;
    font-weight: normal;

}
p {
    margin-left: 20px;
    font-size: 1.0em;
    font-weight: normal;
    line-height: 1.0;
 
}
p.head {
    margin-left: 20px;
    font-size: 1.0em;
    font-weight: bold;
    line-height: 1.0;
 
}
p.word {
    margin-left: 20px;
    font-size: 0.875em;
    font-weight: normal;
}
.container {
    position: relative;
    width: 80%;
}
.left1 {
    position: absolute;
    left: 10px;
    width: 300px;
    border: 2px solid #778;
    border-radius: 5px 5px 5px 5px;
}
.left2 {
    position: absolute;
    left: 320px;
    width: 300px;
    border: 2px solid #778;
    border-radius: 5px 5px 5px 5px;
 
}

.left3 {
    position: absolute;
    left: 630px;
    width: 300px;
    border: 2px solid #778;
    border-radius: 5px 5px 5px 5px;
 
}

.left4a {
    position: absolute;
    left: 10px;
    width: 640px;
    border: 2px solid #778;
    border-radius: 5px 5px 5px 5px;
 
}
.left4b {
    position: absolute;
    left: 660px;
    
    border: 2px solid #778;
    border-radius: 5px 5px 5px 5px;
 padding:5px 5px 5px 5px;
}
li {
    list-style-type: none;
    padding: 3px;
}

.city {
  background-color: LightCoral;

 
}
.underline {
    position: relative;
    left: 10px;
    width: 740px;
    padding:5px 10px 5px 10px;
    background: #1c1a59;
}
.spacer {
    left: 20px;
    width: 740px;
    padding:2px 10px 2px 10px;
    rgb(255, 255, 255);
}
.left10 {
    position: relative;
    left: 10px;
    width: 905px;
}
.button {
    padding: 0px 0.5em;
    margin-left: 0px;
    border: 0px solid #778;
    border-radius: 5px 5px 5px 5px;
    background: #DDE;
    text-decoration: none;
}

img.frd {
	float: right; 
	margin: 5px 5px 5px 5px; 
	border:3px dotted #333;
	}
img.fld {
	float: left; 
	margin: 1px 5px 1px 1px; 
	border:3px dotted #333;
	}
