.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a.normal:link {
	text-decoration: underline;
	color: #1753B7;
}
a.normal:visited {
	color: #1753B7;
	text-decoration: underline;
}
a.normal:hover {
	color: #5F9621;
	text-decoration: underline;
}
a.normal:active {
	color: #1753B7;
	text-decoration: underline;
}

body {
	background-color: #000000;
	margin: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1753B7;
}
a.footer:link {
	text-decoration: none;
	color: #1753B7;
}
a.footer:visited {
	color: #1753B7;
	text-decoration: none;
}
a.footer:hover {
	color: #1753B7;
	text-decoration: underline;
}
a.footer:active {
	color: #1753B7;
	text-decoration: none;
}
.weather {
	background-image: url(http://vortex.accuweather.com/adcbin/netweather_v2/backgrounds/clouds_240x420_bg.jpg);
}
.field {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
}
.red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFOO33;
}
.smaller {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.white {
	background-color: #FFFFFF;
}
.larger {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
a.larger:link {
	text-decoration: underline;
	color: #000000;
}
a.larger:visited {
	color: #000000;
	text-decoration: underline;
}
a.larger:hover {
	color: #000000;
	text-decoration: none;
}
a.larger:active {
	color: #000000;
	text-decoration: underline;
}
.yellow {
	background-color: #FFFFCC;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
    color: #000066;
}
.blue {
	background-color: #D8E4FA;
}
.LargeRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FF0033;
}
