/*
 * Frame TOC
 */

BODY  {
	font-family: Helvetica, Arial, sans-serif;
	color: #000000;
	background: #D0FFFF;
}

P  {
	font-family: Helvetica, Arial, sans-serif;
	color: #000000;
}

A:link  {
	text-decoration: none;
	color: blue;
}

A:visited  {
	text-decoration: none;
	color: green;
}

/* Following not supported in current browsers */
A:active  {
	text-decoration: none;
	color: white;
}


