.text {
	font-family:  Arial;
	font-size: 10pt;
}

.footertext {
	font-family: Verdana;
	font-size: 7pt;
}

.heading {
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
}

.subheading {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
}

.newsheading {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
}

.newsdate {
	font-family: Arial;
	font-size: 7pt;
	color: #555555;
}

a {
	font-weight: bold;
	color: #dd0000;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
}

a:visited {
	color: #994444;
}

th {
	font-size: 10pt;
	background-color: #dd0000;
	color: white;
}

td {
	font-size: 10pt;
}

.commitytext {
	font-size: 8pt;
}

.weatherBox {
	width: 250px;
	border: black solid 1px;
  position: relative;
  float: right;
  text-align: center;
  margin-left: 10px;
  margin-right: 20px;
}

.weatherBoxHeader {
  width: 100%;
  background-color: #dd0000;
  padding-top: 5px;
  padding-bottom: 5px;
  color: white;
  font-weight: bold;
  font-size: 10pt;
  border: black solid 1px;
}

.weatherBoxData {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
}

.weatherBoxOpeningHours {
    width: 100%;
    font-weight: bold;
    background-color: #cccccc;
    padding-top: 5px;
    padding-bottom: 5px;
}

.weatherBoxMessage {
    width: 100%;
    border-top: black solid 1px;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
}

.weatherBoxHumidity {
    width: 100%;
    border-top: black solid 1px;
    padding-top: 5px;
    padding-bottom: 5px;
}
