body {
	background-color: #004265;
}

div.weatherWidget {
	position: absolute;
	top: 4px;
	right: 0px;
}

div.title {
	left: 8px;
	top: 4px;
	position: absolute;
	font-family: Helvetica;
	font-size: x-large;
	color: white;
	text-align: left;
}

div.linkList {
	right: 57px;
	top: 90px;
	position: absolute;
	text-align: right;
}

a.linkList {
	line-height: 45px;
	text-decoration: none;
	font-family: Helvetica;
	color: white;
	font-size: x-large;
	text-align: center;
}

div.google {
	left: 8px;
	bottom: 8px;
	position: absolute;
}

img.linkList {
	border-style: none;
}

img.weatherWidget {
	border-style: none;
}

p.stockChart {
	left: 50px;
	top: 90px;
	position: absolute;
}

