body
{
	color: black;
	font-size: normal;
	font-style: normal;
	font-family: sans-serif;
	font-weight: normal;
	background-color: white;
	text-align: justify;
}

.pageTitle
{
	font-size: xx-large;
	text-align: left;
}

.sectionTitle
{
	font-size: x-large;
	text-align: left;
}

.subSectionTitle
{
	font-size: large;
	text-align: left;
	margin-left: 3%;
}

.localTitle
{
	font-weight: bold;
}

.normal
{
	margin-left: 6%;
	margin-right: 6%;
}

.codeBlock
{
	font-family: monospace;
	text-align: left;
	background-color: white;
	padding: 12pt;
	border-color: black;
	border-style: solid;
	border-width: 1px;
	margin-left: 6%;
	margin-right: 6%;
}

.code
{
	font-family: monospace;
}

.tipsBlock
{
	font-style: italic;
	background-color: white;
	text-align: justify;
	padding: 12pt;
	border-color: black;
	border-style: solid;
	border-width: 1px;
	margin-left: 6%;
	margin-right: 6%;
}

.additionalBlock
{
	font-family: serif;
	background-color: white;
	text-align: justify;
	padding: 12pt;
	border-color: black;
	border-style: solid;
	border-width: 1px;
	margin-left: 6%;
	margin-right: 6%;	
}

.interestingBlock
{
	background-color: white;
	text-align: justify;
	padding: 12pt;
	border-color: black;
	border-style: solid;
	border-width: 1px;
	margin-left: 6%;
	margin-right: 6%;	
}

.important
{
	font-weight: bold;
}



a:link
{
	color: black;
	background-color: white;
}

a:visited
{
	color: grey;
	background-color: white;
}

a:hover
{
	color: grey;
	background-color: white;
}

a:active
{
	color: black;
	background-color: white;
}
