﻿body { 
background-color: #679AC9;
text-align:center;
}
.newsDate {
font-family: verdana; font-size: .65em; font-weight: bold; font-style: italic; padding-bottom: 8px;
}
.newsHeader {
font-family: verdana; font-size: .65em; font-weight: bold; padding-bottom: 8px;
}
.newsCopy{
font-family: verdana; font-size: .65em;
}
a {
  color: #000000;
  text-decoration:none;
  font-weight: bold;
}
a:link { 
  color: #000000;
  text-decoration:none;
  font-weight: bold;
}
a:visited {
  color: #000000;
  text-decoration:none;
  font-weight: bold;
}
a:hover {
  color: #000000;
  text-decoration:underline;
  font-weight: bold;
}
a:active { 
  color: #000000;
  text-decoration:none;
  font-weight: bold;
}
.footer {
	text-align:left;
	color: #FFFFFF;
	font-family: arial;
	font-size: .54em;
}

