

.picturelegend
{
	font-style: italic;
	text-align: center;
}

.center
{
	text-align:center;
	margin : auto;
}

.todo
{
	font-weight : bold;
	color : red;
}

.todoinfo
{
	font-style : italic;
	color : green;
}

.note
{
	font-size : 0.8em;
	font-style : italic;
}

#content pre
{
	background:#8BB6C0 url(Code.png) no-repeat 0.5em 0.5em;
	padding: 1em 2ex 1em 16px;
	margin: 0;
	overflow: auto;
	-moz-border-radius: 0 2em;
	min-height: 16px;
}

#content pre .focus
{
	color : red;
}

.textimg

{
	margin-left: 0;
	margin-right: 0;
	display: inline;
}