body
{
background: #D3D3D3 url(back_logo.jpg);
	font-family: Times;
	font-size: medium;
	line-height: normal;
}

h1
{
	color: #336666;
	font-family: Times;
	font-size: 24pt;
	text-align: center;
}

h2
{
	color: black;
	font-family: Times;
	font-size: 18pt;
	text-align: left;
}

h3
{
	color: black;
	font-family: Times;
	font-size: 14pt;
	text-align: left;
}

h4
{
	color: black;
	font-family: Times;
	font-size: 14pt;
	text-align: center;
	font-variant: small-caps;
}

p:first-letter { font-size: 125%; }

p.back:first-letter { font-size: 100%; }

ul 
{ 
	list-style-type: square; 
	vertical-align: bottom;
	

}


