/* CSS Document */

#weather2 {
			background: url(images/bg.png) repeat fixed;
			width: 185px;
			padding: 5px 10px;
			overflow: hidden;
			border: 5px solid #6591b3;
		}
		
		#weather2 h2 {
			color: #000;
			text-shadow: rgba(250, 250, 250, 0.6) 2px 2px 0;
		}
		
		#weather2 p {
			font-size: 25px;
			margin: 30px 0 0;
		}
		
		#weather2 p span {
			font-size: 16px;
		}
		
		#weather2 a:link, #weather2 a:active, #weather2 a:visited {
			display: block;
			clear: both;
			text-decoration: none;
			color: #222;
			font-size: 12px;
		}
		
		#weather2 a:hover {
			color: #000;
			text-decoration: underline;