a:link {
	color: #0000E0; 
}
a:visited {
	color: purple;
}
#main {
	position: absolute;
	padding: 0px;
	top: 8px;
	left: 40px;
	width: 816px;
	border-style: none;
	font-family: verdana;
	font-size: 10pt;
}
#left {
	position: absolute;
	border-style: none;
	left: 0px;
	top: 0px;
	width: 600px;
}
#right {
	position: absolute;
	left: 624px;
	top: 0px;
	width: 216px;
	padding: 0px;
}
#title {
	font-family: verdana;
	font-size: 16pt;
	font-weight: bold;
	background-color: #000060;
	color: white;
	padding: 6px;
}
h1 {
	font-family: verdana;
	font-size: 14pt;
	font-weight: bold;
	color: #0000A0;
	padding: 8px 8px 8px 0px;
	margin: 0px;
}
.entry-footer {
	font-size: 9pt;
	font-style: italic;
	margin-top: 12px;
	color: black;
	margin-bottom: 20px;
}
.code {
	font-family: courier new, courier;
	font-weight: bold;
	font-size: 10pt;
	white-space: pre;
	margin-left: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
}
tt {
	font-family: courier new, courier;
	font-weight: bold;
	font-size: 10pt;
}
.permalink {
	font-style: normal;
	color: black;
	background-color: #DDDDDD;
	padding: 2px;
	border: 1px solid gray;
	text-decoration: none;
}
ul {
	padding-left: 0px;
	list-style-position: outside;
}
blockquote {
	font-style: italic;
	margin-left: 16px;
}
