body	{background-color: #ccffcc;
	color: #000066;
	}

a { text-decoration: none; }

h1	{color: #ffffff;
	background-color: darkblue;
	margin-top: 10px;
	margin-bottom: 0px;
	}

a:hover	h1 {color: yellow;
	}

h2	{color: #ffffff;
	background-color: darkblue;
	margin-top: 0;
	margin-bottom: 0px;
	}

h3	{width:300px;
	color:#ffffff;
	background-color: #FF6633;
	text-align: center;	}



ul#menu	{font-size: 1.0em;
	margin-top: 0px;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	height: 34px;
	width: 640px;
	background-color: silver;}


ul#menu li	{list-style-type: none;
		font-weight: 600;
		border-right: solid 2px #ffffff;
		width: 110px;
		line-height: 34px;
		float: left;}

ul#menu li a	{display: block;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	background-color: darkblue;
	border-bottom: solid 1px #ffffff;
	background-image: -moz-linear-gradient(top, #ffffff , #000080);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff),to(#000080));
	background-image: -o-linear-gradient(top, #ffffff, #000080);
	background-image: linear-gradient(top, #ffffff, #000080);
	background: linear-gradient(to bottom, #ffffff, #000080) ; 

}

ul#menu li a.current {background-color: #FF6633;}

ul#menu li a:hover	{background-color: yellow;
			color: red;
			}

div#container	{width: 700px;
	font-size: 1.1em;
	margin-left: auto;
	margin-right: auto;
	border-top: solid 1px darkblue;
	border-right: solid 1px darkblue;
	border-left: solid 1px darkblue;
	border-bottom: solid 1px darkblue;
background-color: #ffffff;
}
div#content	{width: 640px;
	font-size: 0.9em;
	line-height: 1.5;
	margin-left: auto;
	margin-right: auto;
	}

