#central_plain a {
	text-decoration: none;
	background-color: #f9ffb0;
	border-width: 0 0 1px 0;
	border-color: #505050;
	border-style: dotted;
}

#central_plain a:link {
	color: black;
}

#central_plain a:visited {
	color: #333;
}

#central_plain a:hover {
	color: black;
	border-width: 0 0 1px 0;
	border-color: #505050;
	border-style: solid;
	background-color: white;
}

a.hivis {
	background: url(../imgs/link.gif) no-repeat 2px 2px;
	padding-left: 26px;
}

#central-plain p {
	line-height: 150%;
}

.leftimg {
	float: left;
	padding: 0 8px 0 0;
}

#sidebar .leftimg {
	padding-left: 4px;
}

#central_plain a.hidelink,
#central_plain a.hidelink:link,
#central_plain a.hidelink:visited,
#central_plain a.hidelink:hover,
#central_plain a.hidelink img {
	background-color: transparent;
	border-width: 0;
	border-style: none;
}

#central_plain tt {
	font: 90% "Vera Sans Mono", "Andale Mono", "Lucida Console", "American Typewriter", monospace;
}

.tip {
	color: #4a4f28;
	font-style: italic;
	font-weight: bold;
}

p.dropcap:first-letter {
	float: left;
	font: 3.5em Georgia, "Times New Roman", Times, serif;
	margin: -0.1em 0 0 0;
	padding: 0 0.12em 0 0;
	line-height: 100%;
}

.note {
	font-size: 80%;
}

