﻿#content {
	font-size: 14px;
	line-height: 1.6;
	background-color: white;
	padding: 0px 30px 10px 5px;
}

a {
	color: #4183C4;
}

a.absent {
	color: #cc0000;
}

a.anchor {
	display: block;
	padding-left: 30px;
	margin-left: -30px;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 20px 0 10px;
	padding: 0;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	cursor: text;
	position: relative;
}

h1 tt, h1 code {
	font-size: inherit;
}

h2 tt, h2 code {
	font-size: inherit;
}

h3 tt, h3 code {
	font-size: inherit;
}

h4 tt, h4 code {
	font-size: inherit;
}

h5 tt, h5 code {
	font-size: inherit;
}

h6 tt, h6 code {
	font-size: inherit;
}

h1 {
	font-size: 28px;
	color: black;
}

h2 {
	font-size: 24px;
	border-bottom: 1px solid #cccccc;
	color: black;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}

h6 {
	color: #777777;
	font-size: 14px;
}

p {
	margin: 15px 0;
}

h1 p, h2 p, h3 p, h4 p, h5 p, h6 p {
	margin-top: 0;
}