/* ---------------------------------------------------------
  A
--------------------------------------------------------- */

A:LINK {
	text-decoration: underline;
	color: #000000;
}

A:VISITED {
	text-decoration: underline;
	color: #000000;
}

A:ACTIVE {
	text-decoration: underline;
	color: #000000;
}

A:HOVER {
	text-decoration: none;
	color: #ff9966;
}

/* ---------------------------------------------------------
  BODY
--------------------------------------------------------- */

BODY {
	font-size: 12px;
	color: #000000;
	line-height: 150%;
	white-space: normal;
	margin: 5px;
	background-color: #cce5ff;
	font-family: Verdana, Arial;
}

/* ---------------------------------------------------------
  TABLE
--------------------------------------------------------- */

table {
	font-size: 12px;
	line-height: 150%;
}

/* ---------------------------------------------------------
  CLASS
--------------------------------------------------------- */

.topics {
	font-size: 12px;
	line-height: 150%;
	color: #000000;
}

.topics A:LINK {
	text-decoration: underline;
	color: #000000;
}

.topics A:VISITED {
	text-decoration: underline;
	color: #000000;
}

.topics A:ACTIVE {
	text-decoration: underline;
	color: #000000;
}

.topics A:HOVER {
	text-decoration: none;
	color: #ff9966;
}