body {
	background-color: #eef !important;
}

div.left, div.right {
	border: 1px solid #009;
	background-color: #bdf;	
}

div.left {
	margin: 0 4px 4px 0;
	width: 200px;
	float: left;
	clear: left;
	text-align: center;
}

div.right {
	margin: 0 0 4px 4px;
	float: right;
	width: 150px;
}

div.right a {
	font-size: 14px;
	line-height: 1.2em;
}

div.left a {
	line-height: 1.5em;
	font-weight: bold;
	font-family: arial;
	font-size: 12px;
	padding: 0 4px;
	border: 1px dashed #009;
	background-color: #ffc;	
}

div.left a:hover {
	border: 1px dotted #f00 !important;
}

div.left h2 {
	margin: 0;
	background-color: #006;
	font-size: 14px;
	font-weight: bold;
	color: #ff0;
	letter-spacing: 2px;
}

a {
	color: #004 !important;
	background-color: inherit;
	text-decoration: none !important;
	border-bottom: 1px dashed !important;	
}

a:hover {
	background-color: #fdd !important;
	color: #f00 !important;
	text-decoration: none !important;
	border-bottom: 1px dotted #f00 !important;
}

li { margin-left: 20px; }
