BODY {
  background-color: white;
  margin: 0;
  padding: 0;
  border: 0;
}

#content {
  width: 100%;
  background-color: white;
  margin-left: auto ;
  margin-right: auto ;
  margin-top: 0;
}

#clockImage {
  width: 100%;
}

.banner {
  margin-left: 25px;
}

.news {
  margin-left: 25px;
  font-family: 'Ubuntu Mono', sans-serif;
  font-size: 20px;
  font-weight: bold;
}

.footer {
	text-align: center;
  margin-right: 25px;
}

.bigName {
	font-family: 'Ubuntu Mono', sans-serif;
  font-size: 22px;
  font-weight: bold;
}
.separator {
  font-size: 22px;
  margin: 22px;
  border-left: 1px solid #CC3333;
}

.topLink {
	font-family: 'Ubuntu Mono', sans-serif;
  font-size: 14px;
}

.event {
  font-weight: bold;
}

A {
  color: black;
  text-decoration: none;
}

A:visited {
  color: black;
  text-decoration: none;
}

A:hover {
  color: #CC3333;
  text-decoration: underline;
}

A.bottomLink {
  color: #CC3333;
  text-decoration: none;
}

A.bottomLink:visited {
  color: #CC3333;
  text-decoration: none;
}

A.bottomLink:hover {
  color: #CC3333;
  text-decoration: underline;
}