.NewsItem {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #B190D0;
  background-color: #BDAACE;
}
.NewsItemBanner {
   background-color: #BDAACE;  
   padding: .5em;
}
.NewsItemTitle {
  width: 65%;
  float: left;
  font-family: georgia, arial, verdana;  
  font-weight: bold;
}
.NewsItemDate {
  width: 30%;
  float: right;
  text-align: right;
  font-family: verdana, arial, helvetica;  
  font-weight: bold;
  font-size: .70em;    
}
.NewsItemDescription {
  padding: .5em;
  background-color: #DDD3E5;
  font-family: verdana, arial, helvetica;
  font-size: .80em;
}
.CheerList {
  list-style-image: url(/images/CongratsBullet.gif);
}

.NewsItemDescription a:link {
  background-color: transparent;
  color: #6F4984;    
  font-family: verdana, arial, sans-serif;
  text-decoration: none;
  font-weight: bold;  
}
.NewsItemDescription  a:visited {  
  background-color: transparent;
  color: #6F4984;    
  font-family: verdana, arial, sans-serif;
  text-decoration: none;
  font-weight: bold;  
}
.NewsItemDescription  a:hover {
  background-color: transparent;
  color: #6F4984;    
  font-family: verdana, arial, sans-serif;
  text-decoration: underline;  
  font-weight: bold;  
}
.NewsItemDescription  a:active {
  background-color: transparent;
  color: #6F4984;    
  font-family: verdana, arial, sans-serif;
  font-weight: bold;  
}
#CompetitionSchedule td{
  padding: .25em 1em .25em .25em;
}