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

a:link, a:visited {
  min-width: 250px;
  background-color: white;
  color: black;
  border: 2px solid #3863d9;
  border-radius: 5px 5px 5px 5px;
  padding: 2px 6px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin-top:5px;
}

a:hover, a:active {
  background-color: #3863d9;
  color: white;
  border: 2px solid #3863d9;
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}

a.menu:link, a:visited {
  min-width: 80px;
  background-color: #fef9f5;
  color: black;
  border: 2px solid #3863d9;
  border-radius: 5px 5px 5px 5px;
  padding: 2px 6px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
       font-size: x-large;
}

a.menu:hover, a:active {
  background-color: #3863d9;
  color: white;
  border: 2px solid #fff;
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}
p {
    margin-left: 10px;
    font-size: 1.2em;
    font-weight: normal;
    line-height: 1.1;
 
}
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: 0px solid #778;
    border-radius: 5px 5px 5px 5px;
    padding: 2px 2px;
}
.left2 {    
    position: absolute;    
    left: 322px;    

    width: 300px;    
    border: 0px solid #778;    
    border-radius: 5px 5px 5px 5px;    
    padding: 2px 2px; 
}

.left3 {
    position: absolute;
    left: 634px;

    width: 300px;
    border: 0px solid #778;
    border-radius: 5px 5px 5px 5px;
    padding: 2px 2px;
}

.left10 {
    position: relative;
    left: 2px; 
    width: 920px;
}
a.live
{
    min-width: 80px;
    padding:2px , 6px ;
    margin-left: 0px;
    border: 2px solid #fff;
    border-radius: 5px 5px 5px 5px;
    background-color: #3863d9;
    text-decoration: none;
    color: #fff; 
       font-size: x-large;
}

li {
    list-style-type: none;
    padding: 1px;
}
a.city {
  background-color: LightCoral;
  min-width: 250px;
 
}

img {
  
}