<style type="text/css">

body 
{
	font-size: medium;
	font-weight: normal; 
	font-style: normal; 
}

a:link 
{ 
	color: rgb(0,0,190); text-decoration: none; 
} 

a:visited 
{ 
	color: rgb(153,0,153); text-decoration: none;
}

a:active 
{ 
	color: rgb(153,0,153); text-decoration: none;
}

a:hover 
{
	color: rgb(0,0,190); text-decoration: underline;
}

body, #centercontent 
{
	background-color: rgb(255,255,230);
	background-image: url('background.gif');

}

body 
{
	font-family: Arial,Helvetica, Verdana,Tahoma,Sans-serif; 
	color: black;
	margin: 10px;
}

p 
{
	margin:10px 10px 10px 10px;
	font-size: small; 
	font-variant: normal;
}

h1, h2, h3, h4, h5
{
	font-family: Arial, Helvetica;
}

h1, h2
{
	clear: both;
}

h1
{
	text-align: center;
}

h3
{
	font-size: medium;
	font-weight: bold; 
}

.imgMargin 
{
	margin: 5px;
} 

/* Start Holly Hack, hidden from MacIE. \*/
* html #navigation ul li {
height: 1%;
}
/* End Holly Hack. */

#navigation {
margin: 10px auto 0px auto;
background: url(grey.gif) repeat-x 0 50%;
font-size: medium;
font-weight: bold;
z-index: 1;
}

#navigation ul {
list-style-type: none;
text-align: center;
margin: 0px;
padding: 0px;
z-index: 2;
}

#navigation li {
display: inline;
text-align: center;
margin: 0px 5px;
}

#navigation li a {
padding: 1px 5px;
color: rgb(0,0,190);
background-color: #ffffff;
border: 1px solid #cccccc;
text-decoration: none;
}

#navigation li a:hover, #navigation li a#current {
color: #000000;
border: 1px solid #666666;
border-top: 2px solid #666666;
border-bottom: 2px solid #666666;
}

table.weather
{
	margin: 5px;
}
table.weather td
{
	text-align: left;
	vertical-align: top;
}

#navigation li a:hover {
color: #000000;
}

#navigation li a#current {
color: #888888;
}
</style>.

