body {
background-color: #046A38;
font-family: Arial, Helvetica, sans-serif;
color: #dddddd;
}

h1 {
color: #dddddd;
}

a:link {
color: black;
background-color: transparent;
text-decoration: none;
}

a:visited {
color: yellow;
background-color: transparent;
text-decoration: none;
}

a:hover {
color: red;
background-color: transparent;
text-decoration: underline;
}

a:active {
color: pink;
background-color: transparent;
text-decoration: underline;
}


table {
background: rgba(0,0,0,0.15);
border: 1px solid black;
}
td, tr {
vertical-align: top;
text-align: left;
}
td {
padding-bottom: 20px;
}
.tlocation {
width: 100px;
}
.tdate {
width: 100px;
}
.tdescription {

}
#cheercardimg {
border: 4px solid #000000; 
max-width:1000px;
width:100%;
}
#topbannerimg {
border: 1px solid #000000; 
max-width:1000px;
height:90px
}