.clock {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #000000;
  border: solid 0px;
  background-color:#E8E6D5;
  text-align: right;
}
.header {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #690505;
}

.subheader {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
}

.text {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #000000;
}

.red_text {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #690505;
}

.navigation {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: normal;
  color: #969275;
}

.navigation a:link {
  color: #969275;
  text-decoration: none
}

#main { 
  position: relative; 
} 

html, body {
  background-color: #E8E6D5;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
}

a:link {
  color: #690505;
  text-decoration : none;
}
a:visited {
  color: #690505;
  text-decoration : none;
}
a:hover {
  color: #690505;
}
a:active {
  color: #000000;
  text-decoration : none;	
}
