body, table, td, th {
	font-family: arial, sans-serif;
	font-size: 10pt;
	background-color: #FF3399;
	color: #FFFFFF;
}

div.content {
	width: 800px; 
	margin-left: auto; 
	margin-right: auto;"
}

div.jacklet {
	background-color: #33FF66;
	color: #000000;
	padding: 10px;
	margin: 10px;
	border: 5px dashed #FFFF33;
	width: 350px;
	float: left;
}

div.title {
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
}

h2 {
	font-weight: bold;
	font-size: 18pt;
	font-style: italic;
	text-decoration: underline;
	padding: 0 0 10px 0;
	margin: 0;
}

br.clear {
	clear: both;
}

ul {
	list-style-image: url(images/bullet_61.gif);
	padding-left: 70px;
}