body
{
	font-family	: Palatino, Times, serif;
	margin-left : 5cm;
}

h1
{
	margin-left		: -5cm;
	margin-bottom	: 0.5em;
	clear			: both;
}

h2
{
	margin-left 	: -3cm;
	margin-bottom	: 0.5em;
}

h3, h4, h5, h6
{
	margin-bottom	: 0.125em;
}

p
{
	margin-top		: 0px;
	margin-bottom	: 0.25em;
}

ul, ol
{
	margin-top		: 0px;
	margin-bottom	: 0.25em;
	margin-left		: 2em;
}

.badge, .counter
{
	margin-left		: -5cm;
	float			: left;
	text-align		: right;
	width			: 4.75cm;
}
.badge
{
	font-style		: italic;
}

.code, .codebox
{
	font-family		: "Courier New", monospace;
	white-space		: pre;
}

.code .typeme, .codebox .typeme
{
	font-style		: italic;
}

.codebox
{
	border			: 1px solid black;
	padding			: 0.5em;
	margin-left		: -0.5em;
}

.cursor
{
	background-color	: black;
	color				: white;
}

.webstandards
{
	font-size		: smaller;
}

.sidebarbig
{
	font-size			: smaller;
	border				: 1px solid black;
	padding				: 0.5em;
	padding-top			: 0em;
	margin-left			: -4.5cm;
}

/* counters	

h1:before
{
	counter-reset		: h2;
}

h2:before
{
	content				: counter( h2 ) " ";
	counter-increment	: h2;
	counter-reset		: h3;
}

h3:before
{
	content				: counter(h2) "." counter( h3 ) " ";
	counter-increment	: h3;
	counter-reset		: h4;
}

*/



