﻿BODY {
	Font-Family : Arial, sans-serif;
	font-size: 10pt;
	Background-Color : white;
	padding: 20 20 20 20;
	max-width: 1000px;
	padding: 15px;
}
P {
	Margin-Left : 10%;
}
P.NotNarrowed {
	Margin-Bottom : 0px;
	Margin-Top : 0px;
	Margin-Left : 0px;
	Margin-Right : 0px;
	Max-width : 900px;
}
P.Bradcrumps{	
	Margin-Bottom : 5px;
	Margin-Top : 5px;
	Margin-Left : 0px;
	Margin-Right : 0px;
	text-align : right;
	font-size : 10pt;
	background-color: wheat;
}
table {
	font-size: 10pt;
	Font-Family : Arial, sans-serif;
}
PRE {
	Margin-Left : 15%;
	Font-Family : Courier New, monospace;
}
H1 {
	font-size: 20pt;
	Text-Align : Right;
	padding-bottom: 5px;
	border-bottom: solid 2px wheat;
}
H2 {
	font-size: 16pt;
}
H3 {
	font-size: 14pt;
}
ol {
	Margin-Left : 10%;
	margin-right: 10%;
	Max-width : 500px;
}
ul {
	Margin-Left : 10%;
	margin-right: 10%;
}
li {
	margin-top : 1em;
}
a:link {
	Color : #333399;
	text-decoration : none;
	font-weight: 700;
}
a:visited {
	Color : #333366;
	text-decoration : none;
	font-weight: 700;
}
a:hover {
	Color : black;
	text-decoration : underline;
	font-weight: 700;
}
TT {
	Font-Family : Courier New, monospace;
}
H4 {
	margin-left: 10%;
}

