/* Set up the basic configuration */

p, a, body, td, li, input, textarea, select, .copyright, .code, .error, .title, .wl_title, .wl_user, .wl_date, .wl_readmore {
  font-family: "Arial", "Helvetica";
  font-size: 10pt;
  color: #333333;
}

input, textarea, select {
  background-color: #EEEEEE; color: #000000; border-width: 2; border-style: solid; border-color: #CCCCCC
}

/* Override the specifics */

a {
  text-decoration: none;
  /* color: #993333; */
  color: #6666CC;
  border-style: dashed;
  border-bottom-width: 0px;
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
}

.title, .errortitle {
  font-size: 14pt;
  /* color: #666666; */
  color: #993333;
}

.errortitle {
  color: #aa0000;
}

.code, pre {
  font-family: "Courier New", "Courier", sans-serif;
  font-size: 8pt;
}

.copyright {
  font-size: 8pt;
  color: #ffffff;
  border-bottom-width: 0;
}

.wl_title {
  font-weight: bold;
}

.wl_user {
  font-style: italic;
}

.wl_date {
  font-size: 10pt;
}

.wl_readmore {
  font-weight: bold;
}

.menu {
	border-bottom-width: 0;
}
.weatherheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	text-transform: capitalize;
	color: #FFFFFF;
	font-weight: bold;
}

