﻿dl {
	padding: 5px;
	margin: 0px auto 25px auto;
	width: 300px;
	background-color: #FFFFCC;
	border: 2px solid #FFFF66;
}
dt {
	font-weight: bold;
	text-decoration: none;
	color: #CC0000;
	font-size: 12px;
	text-align: left;
	padding: 5px;
	margin: 0px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #CC0000;
	line-height: 80%;
}
dd {
	font-size: 12px;
	text-decoration: none;
	color: #666666;
	text-align: left;
	padding: 5px;
	margin: 0px;
	line-height: 140%;
}
html>/**/body #content  {
	height: 600px;
}
