﻿body
{
	background: white;
	background-image: none;
	width: 640px;
}

h1, h2, h3, h4, h5, h6
{
	font-family: Trebuchet MS;
}

h1
{
	display: block;
	text-align: center;
	padding-top: 18px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 22px;
	line-height: 25px;
	border: dotted 2px orange;
}

h2
{
	text-align: center;
	font-size: 16px;
	padding-bottom: 5px;
	padding-top: 5px;
	background-color: Orange;
	color: Black;
}

h3
{
	font-size: 16px;
	line-height: 16px;
}

p, li
{
	font-family: Georgia;
	font-size: 14px;
	line-height: 21px;
}

div.byline
{
	font-family: Tahoma;
	font-size: 14px;
	color: Orange;
	text-align: center;
	word-spacing: 2px;
	letter-spacing: 2px;
}

div.article-date
{
	font-family: Tahoma;
	font-size: 12px;
	color: Black;
	text-align: center;
	background-color: Orange;
	margin: 0px;
	padding: 5px;
	word-spacing: 3px;
	letter-spacing: 3px;
}

div.tip, blockquote
{
	border: dotted 2px #7F733F;
	background-color: #FFF2BF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: 10px;
}

div.illustration
{
	float: right;
}

div.figure
{
	float: none;
	border: solid 1px #efefef;
}

div.signoff
{
	font-family: Trebuchet MS;
	font-size: 12px;
	color: Black;
}

img
{
	border:0px;
}
