body		{background-color: white;}



a:link		{color: #0000FF}



a:visited	{color: #0000FF}



a:hover		{color: #FF0000}



a:active	{color: #FF0000}



/* Should be the same color as the link color */

a.tip

{

	color: #0000FF;

	text-decoration: underline;

	cursor: pointer;

}



/* Should be the same color as the link color */

a.pseudolink

{

	color: #0000FF;

	text-decoration: underline;

	cursor: pointer;

}



a.greyedout

{

	color: #C0C0C0;

}



input.btn

{

	background-color:CCFFCC;

	font-weight: bold;

}



tr.oddrow

{

	background-color:ccffff;

}



tr.evenrow

{

	background-color:eeffff;

}

p.error
{
	color=red;
}