a:link { text-decoration: none; color: yellow; }
a:visited { text-decoration: none; color: yellow; }
a:hover { text-decoration: underline; color: white; } 


.projectTitle { color: yellow; font-family: Arial; font-size: 16; font-weight: bold; }
.downloadText { color: yellow; font-family: Arial; font-size: 9; }

.downloadLink:link { text-decoration: none; color: yellow; }
.downloadLink:visited { text-decoration: none; color: yellow; }
.downloadLink:hover { text-decoration: underline; color: white; } 

.sidebar { background-color: #cc0011; }
.sidebarLink:link { color: white; text-decoration: none; font-family: Arial; font-size: 10; }
.sidebarLink:visited { color: white; text-decoration: none; font-family: Arial; font-size: 10; }
.sidebarLink:hover { color: yellow; text-decoration: underline; font-family: Arial; font-size: 10; }

.banner { background-color: #1318A6; color: white; font-family: Arial; font-size: 12;  }
.bannerTitle { color: white; font-family: Arial; font-size: 24; }
.body { background-color: #1318A6; color: white; font-family: Arial; font-size: 12;  }
.sidebarBackground { background-color: #4f53be }

td { background-color: #1318A6; color: white; font-family: Arial; font-size: 12;  }
.spacer { background-color: #ffffff; color: white; font-family: Arial; font-size: 12;  }