body {
	background: #FE9900;
}


h2 {
	color: #346ca0;
}
.topnav {
	padding:0;
	margin:0;
}
.topnav ul {
	padding:0;
	margin:0;
}

.topnav li {
	list-style: none;
	float: left;
}
.topnav a {
	display: block;
	width: 104px;
	height: 21px;
	background: url('images/button.png') no-repeat;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
   color: #658392;
	text-decoration: none;
}
.topnav a:hover {
	background: url('images/hover.png') no-repeat;
}

h6 {
	color: #ff9900;
	text-align: left;
	font-family: Verdana, Arial, Helvetica;
	font-size: 16pt;
}

#adsense {
	position: fixed; 
	top: 50; 
	z-index: 100;
}