body {
	margin: 0px;
	padding: 0px;
}
#weather {
    position:absolute;
	left:50%;
	width:500px;
	margin-top:50px;
	margin-left:-266px;
	padding:15px;
	border:1px solid #003;
	background-color: #48D1CC;
}
#weather img {
	width : 30px;
	height : 30px;
	border : 1px solid #003;
}
h1 {
	font : bold 16px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #003;
}
p, td {
	font : 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #003;
}
.centre {
	text-align : center;
}
td {
	background-color : #F6FFFF;
	border-left : 1px solid #2C9A95;
	border-top : 1px solid #2C9A95;
}
a {
	color : #399;
	font-size : 10px;
	text-decoration: none;
}
a:hover {
	text-decoration : underline;
}
.alpine {
	color : #999999;
}
.concepts {
	color : #f60;
}
.design {
	background-color : #F0FFFF;
}

