body{
	background:#fefefe;
	color:#5e5e5e;
	font-family: "Lucida Grande","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:16px;
	font-weight:300;
	line-height:22px;
}

p{font-size:16px; margin: 4px 0 18px;}

h1, h2, h3, h4{ color:#5e5e5e;}
h1{font-size:44px; font-weight:300; line-height:44px; margin-left:0px; margin-bottom:22px;}
h2{font-size:28px; font-weight:300; line-height:36px; margin-left:-2px; margin-bottom:18px;}
h3{font-size:16px; font-weight:bold; line-height:24px; margin: 4px 0 -4px;}
h4{font-size:16px; font-weight:normal; line-height:22px; margin: 3px 0 19px;}


#toc {
	background:#e8e8e8;
	border-radius: 6px;
	padding-left: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
}

a:link {
    color: #4e4ebe;
}

a:visited {
    color: #4e4ebe;
}

a:hover {
    color: #0000ff;
}

a:active {
    color: #be4e4e;
}