body {
  font-family: Arial;
  font-size: 14px;
  margin-top:0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top:0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  margin-width: 0;
 
 }

a {
  font-size: 12px;
  font-family: Arial;
  text-decoration: underline;
}

a.headerLink {
  color: #ffffff;
  font-size: 14px;
  font-family: Arial;
  text-decoration: none;
}

.headerText {
  color: #ffff66;
  font-family: Arial, sans-serif;
  font-size: 14px;
}

.logoLarge {
  color: #ff6600;
  font-size: 34px;
  font-weight: bold;
  font-style: italic;
  font-family: Arial, sans-serif;
  text-decoration: none;
}

.logoSmall {
  color: #ff6600;
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  font-family: Arial, sans-serif;
  text-decoration: none;
}

.newsBoxHeader{
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  font-family: Arial, sans-serif;
  background-color: #ff6600;
}

.newsBoxData{
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-family: Arial,sans-serif;
  background-color: #ffffff;
}

.siteHeader{
  font-family: Arial, sans-serif;
  color: #0000cc;
  background-color: #0000cc;
  width: 100%;
  height:60px;
}

.siteHeaderLeft{
  text-align: left;
}

.siteHeaderRight{
  text-align: right;
  vertical-align: bottom;
}

.headline{
  font-family: Times New Roman;
  font-size: Large;
}

.byLine{
  font-size: x-small;
  font-style: italic;
}