html {
  margin: 0px;
  padding: 0px;
}

body {
  margin: 0px;
  padding: 0px;
  font-family: verdana, geneva, arial, helvetica, sans-serif; 
  font-size: 11px; 
  background-color: #ddc; 
  text-decoration: none; 
  font-weight: normal; 
  line-height: normal; 
}
 
a          { color: #3399cc; }
a:link     { color: #3399cc; text-decoration: underline; }
a:visited  { color: #3399cc; text-decoration: underline; }
a:active   { color: #3399cc; text-decoration: underline; }
a:hover    { color: #3399cc; text-decoration: underline; }


h1 {
	height: 40px;
	margin-top: 5px;
	padding-left: 40px;
	background: url(icon-sm.png) 0px 4px no-repeat;
	font-size: 32px;
	font-weight: normal;
	color: #3399CC;
}

	#content {
		background-color: #fff;
		margin: 0 auto;
		width: 650px;
		padding: 1px 10px 10px 10px;
	}
		
		#applet {
			border: 1px solid #ddc;
		}

		#howto {
			padding: 0px;
		}
		#howto li {
			margin-left: 15px;
		}

		#colofon {
			list-style: none;
			padding: 0px;
		}
		#colofon li {
			margin-left: 15px;
		}

		#footer {
			width: 100%;
			text-align: center;
			margin-bottom: 0px;
		}