body {
        font-family: arial, helvetica, sans-serif;
        background-color: #333366;
        color: #000033;
}
a, a:visited {
        color: #990000;
        text-decoration: none;
}
.header {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	border-bottom: 2px #990000 solid;
	color: 333366;
	width: 940px;
}
#forecast-main {
        width: 950px;
        border: 3px #000033 solid;
        background-color: #FEFEFE;
        margin-left: 0px;
        padding-left: 0px;
}
.text {
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
a:hover {
        text-decoration: underline;
}
#forecast-products {
        background-color: #000033;
}
#forecast-products table {
        border: 1px #003366 solid;
}
#forecast-products td {
	background-color: #EEEEE0;
	width: 150px;
        font-size: 0.9em;
}
#forecast-products th {
	width: 160px;
        color: #EEEEE0;
        background-color: #666699;
}


