/* Copyright (C) www.getaforecast.com, All Rights Reserved. */

/* Change bck from grey to white */
body {background-color: #fff; margin: 0;}

/* Smaller h1 with less margin */
h1 {font-family: georgia, serif; color: #222; font-weight: normal; padding:0; margin:0 0 10px 0;}
h1 {font-size:160%; letter-spacing:-0.25px;	text-align: center;}

/* Wrapper for embedded forecasts */
#wrapper-embedded-forecast {
	width: 540px;
	background-color: #fff;
}

/* Format link back to getaforecast.com (the entire iframe) so text is not the default underline, bold, blue */
a:link, a:active, a:visited, a:hover {
	font-weight: normal;
	text-decoration: none;
	color:#000000;
}


