@charset "utf-8";


A:link { color: blue; text-decoration:none; }

A:visited { color: blue; text-deoration:none;}
A:active { color: blue; text-decoration: none;  }



.RedHeadline {
	font-family: Arial;
	font-size: medium;
	font-weight: bold;
	color: #FF0000;
}
.normal {
	font-family: Arial;
	font-size: 2;
	color: #000000;
}

.medium {
	font-family: Arial;
	font-size: 4;
	color: #000000;
}


.Para1 {
	font-family: Arial;
	font-size: small;
	color: #000000;
}
.Footer {
	font-family: Arial;
	font-size: x-small;
	font-weight: bold;
	color: #000000;
}


.MenuLinks {
	font-family: Arial;
	font-size: x-small;
	color: #0033CC;
	text-decoration:none;
	
	
	
	
}


.SubScript {
	font-family: Arial;
	font-size: xx-small;
	color: #0033CC;
 	text-decoration: none;
}

.WeatherHiTemp {
	font-family: Arial;
	font-size: small;
	color: #FF0000;
}


.WeatherLowTemp {
	font-family: Arial;
	font-size: small;
	color: #000099;
}


