#weather	{
		float:			left;
		padding:		0px 25px 3px 35px;
		text-align:		center;
		margin-top:		6px;
		}

#weather p	{
		font-size:		.8em;
		background-color:	white;
		padding:		10px 5px 5px 5px;
		border: 		3px solid #ede400;
		

#weather a:link	{
		color:		blue;
		text-decoration:	none;
		font-size:		1em;
		}


#weather a:visited	{
		color:		#0000cc;
		text-decoration:	none;
		font-size:		1em;
		}


#weather a:hover	{
		color:		white;
		text-decoration:	none;
		font-size:		1em;
		}}