body {
  background-image: url('../images/gradient.jpg');
  color: #999999;
  font-family: Arial, sans-serif;
  font-size: small;
  margin: 0;
}

.newslink:link{
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #993333;
  text-decoration: underline;
}

.newslink:link:visited{
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #993333;
  text-decoration: underline;
}

.smallheader {
  background-color: #993333;
  color: #ffffff;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  margin: 0;
}

.darktext{
	font-size: 10px;
	color: #333333;
}

a:link {
  color: #666666;
  text-decoration: none;
}
a:hover {
  color: #993333;
  text-decoration: none;
}
a:visited {
  color: #666666;
  text-decoration: none;
}
a:visited:hover {
  color: #993333;
  text-decoration: none;
}
.label {
 font-weight: bold;
 text-decoration: underline;
}

img {
  border: 0;
}

h1 {
  color: #333388;
  font-size: x-large;
  border-color: #333333;
  background-color: #cccccc;
}

h2 {
  font-size: large;
  color: #993333;
  border-width: thin;
  border-color: #333333;
  margin-bottom: 0px;
}

hr {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #cc6666;
	height: 1px;
}

h3 {
  font-size: small;
  background-color: #eeeeee;
}

div.item {
  margin-left: 0px;
  margin-bottom: 0px;
}

li {
  padding: 0px;
  margin: 5px;
}
