body {
	padding-left: 20px;
	padding-right: 20px;
	background-attachment: fixed;
}

.header1	{
				font-family:		"Tahoma";
				font-weight:		bold;
				font-size:			16pt;
				color:				grey;
				text-align:			center;
			}

.space		{
				width:				30;
			}

.itemname	{
				font-family:		"Tahoma";
				font-weight:		bold;
				font-size:			14pt;
				color:				darkgreen;
				text-align:			left;
				width:				150;
			}

.subtitle	{
				font-family:		"Tahoma";
				font-weight:		bold;
				font-size:			14pt;
				color:				darkgreen;
				text-align:			left;
			}

.item		{
				font-family:		"Tahoma";
				font-weight:		normal;
				font-size:			14pt;
				color:				darkgreen;
				text-align:			left;
			}

.item2		{
				font-family:		"Tahoma";
				font-weight:		normal;
				font-size:			12pt;
				color:				darkgreen;
				text-align:			left;
			}
.deleted	{
				color: #003300;
				text-decoration: line-through;
			}