html body {
	background-color: #2d2d2d;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	padding: 20px;
}
a.current {
	color: #F07700;
}
h2 {
	font-size: 18px;
	color: #f07700;
	font-weight: 100;
	font-family: Arial;
	letter-spacing: -1px;
	margin-left: 10px;
}
h3 {
	font-size: 18px;
	color: #fff;
	font-weight: 100;
	font-family: Arial;
	letter-spacing: -1px;
	margin-left: 10px;
}
#text p, li, i {
	color: #FFFFFF;
	line-height: 150%;
	font-size: 11px;
	padding: 0 10px;
}
a {
	color: #f07700;
}
