// this is the css for all pages in the docs/strategy subfolder

body
{
	font-size: 14px;
	font-family: "Palatino Linotype", Arial;
}

p
{
	font-size: 14px;
	font-family: "Palatino Linotype";
	margin-right: 3%;
	margin-left: 3%;

}
p:first-letter
{
	font-variant: small-caps;
	font-weight: bold;
	font-size: 26px;
}
li:first-letter
{
	font-variant: small-caps;
}

h1
{
	font-family: "Felix Titling";
	font-size: 20px;
	margin-right: 1%;
	margin-left: 1%;
}

h2
{
	font-family: "Felix Titling";
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	margin-right: 2%;
	margin-left: 2%;
}
