body {
color: white;
background-color: #006600;
}

a {
color: red;
background-color: #006600;
font-weight: bold;
border: none;
text-decoration: none;
}

a img{
color: red;
background-color: #006600;
font-weight: bold;
border: none;
text-decoration: none;
}

h1 {
color: White;
background-color: #006600;
}

td {
color: White;
background-color: #006600;
font-size: 11px;
}

table.mainTable {
width: 100%;
border: 0;
}

.SectionText {
font-family: Arial,sans-serif;
font-size: 20px;
font-weight: bold;
text-decoration: none;
color: White;
background-color: #006600;
}

.eventBold {
font-weight: bold;
}

.eventText {
font-family: Arial,sans-serif;
font-size: 11px;
color: White;
background-color: #006600;
}

.eventTitle {
font-family: Arial,sans-serif;
font-size: 16px;
font-weight: bold;
color: White;
background-color: #006600;
}

.imageBorder {
border-style: solid;
border-width: 1px;
border-color: White;
}