BODY, TABLE, TD, P, A, INPUT {
	font-family:Arial, Helvetica, sans-serif;
	background-color: #ffffff;
}

CODE {
	color: #c90000;
	font-family: Courier;
	font-size: 1.15em;
}

BODY a:link {
	color: #0000cf;
}
BODY a:visited {
	color: #0000cf;
}
BODY a:hover {
	color: #3366ff;
}

TD a:link {
	color: #0000cf;
}
TD a:visited {
	color: #0000cf;
}
TD a:hover {
	color: #3366ff;
}

TT {
	font-size: 1.2em;
}

TABLE a:link {
	color: #0000cf;
}
TABLE a:visited {
	color: #0000cf;
}
TABLE a:hover {
	color: #3366ff;
}

CODE a:link {
	color: #0000cf;
	font-family: Courier;
}

CODE a:visited {
	color: #0000cf;
	font-family: Courier;
}

CODE a:hover {
	color: #3366ff;
	font-family: Courier;
}

P a:link {
	color: #0000cf;
}
P a:visited {
	color: #0000cf;
}
P a:hover {
	color: #3366ff;
}

A {
	text-decoration:none;
}


H3, H3 a:link, H3 a:visited {
	background-color: #99cc66;
}

H4, H4 a:link, H4 a:visited {
	background-color: #99cc66;
}


