body {
	font-family: 'Trebuchet MS, Arial, Helvetica';
	background-image: url('mg-background.jpg');
	font-style: normal;
	font-size: 10pt;
	font-weight: normal;
}
h1 {
	font-family: 'Trebuchet MS, Arial, Helvetica';
	font-style: normal;
	font-weight: normal;
	font-size: 24pt;
}
h2 {
	font-style: normal;
	font-weight: normal;
	font-size: 18pt;
	font-family: 'Trebuchet MS, Arial, Helvetica';
}
h3 {
	font-weight: normal;
	font-style: normal;
	font-family: 'Trebuchet MS, Arial, Helvetica';
	font-size: 14pt;
}
table {
	font-weight: normal;
	font-family: 'Trebuchet MS, Arial, Helvetica';
	font-size: 10pt;
	font-style: normal;
}
textarea {
	border-left-width: 1pt;
	font-style: Normal;
	border-right-width: 1pt;
	font-size: 8pt;
	border-top-style: solid;
	border-bottom-style: solid;
	font-family: 'Trebuchet MS, Arial, Helvetica';
	border-left-style: solid;
	border-top-width: 1pt;
	border-bottom-width: 1pt;
	border-right-style: solid;
}
th {
	font-style: Normal;
	font-family: 'Trebuchet MS, Arial, Helvetica';
}
ul {
	list-style: disc url('mg.gif');
	line-height: 20px;
}
ul ul {
	list-style: circle url('blebul2a.gif');
}
ul ul ul {
	list-style: url('blebul3a.gif') square;
}
ul ul ul ul {
	list-style: url(blebul4d.gif) square;
}
hr {
	height: 4px;
	width: 70%;
	background: maroon;
}
#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	}

