body {
	font-family:Arial;
	color:#666666;
	line-height:18px;
	font-size:14px;
}
#content li, #content ul, h3, h2, p {
	padding:0;
	margin:0;
	list-style:none;
}

h1 {
 	color:#FF6600;
	font-size:26px;
	font-family: Arial;
	font-weight:bolder;
	line-height: 25px;
}
.sidebar{
	position:absolute;
	right:5px;
	top:15px;
}

#links{
	border:1px solid black;
	/*width:210px;*/
	padding:10px;
	background-color:white;
}
	#links h3{
		color:#933;
	}
	#links ul{
		padding: 8px 0 3px 20px;
	}
	#links li{
		list-style-type:circle;
	}
	#links a{
		color:#69C;
	}

	h1 strong{
		font-size:13px;
		color:#777;
	}
h2.title{
	color:#933;
	margin-bottom:10px;
	margin-right:35px;
}
.clear{
	clear:left;
}