body	{
	background: #CCFFCC;
	font-family: monaco, monospace;
	margin: 0px;
	color: #000000;
}

A		{ color: #000000; text-decoration: none; }
A:link		{ color: #000000; text-decoration: underline; }
A:visited	{ color: #000000; text-decoration: underline; }
A:active	{ color: #000000; text-decoration: underline; }
A:hover		{ color: #000000; text-decoration: underline; }


.title	{
	font-size: 24px;
	margin: 24px;
}

.text	{
	font-size: 14px;
	margin: 14px;
}