* {
    box-sizing: border-box;
}
body {
		background-color: #DDDDDD; font-family: arial, helvetica, sans-serif; text-align: center;
				}
.weatheroff {
	width: 95%; height: auto; margin:10px; padding:4px; background-color:red; color: #000000; text-align: center; border:double; border: 5px; border-color: #000000;
}
.weatheron {
	width: 95%; height: auto; margin:10px; padding:4px; background-color:green; color: #000000; text-align: center; border:double; border: 5px; border-color: #000000;
}

.medright {
float:right;
width:130px;
height:180px;
margin:35px;
		}
