a:link
{
	color: #000000;
	text-decoration: none;
}
a:visited
{
	color: #000000; 
	text-decoration: none;
} 
a:active 
{
	color: #000000;
	text-decoration: none;
}
a:hover
{
	color: red;
	text-decoration: underline;
	cursor: url('/pics/cobra-hand.cur');
}
body
{
	font-family: 'Helvetica', 'Arial', 'Times New Roman';
	color: #000000;
	font-size: x-small;
	cursor: url('/pics/cobra-arrow.cur');
}
table
{
	table-border-color-light: rgb(153,255,204);
	table-border-color-dark: rgb(0,0,51); 
	font-size: x-small;
	empty-cells: show;
}
h1, h2, h3, h4, h5, h6
{
	font-family: 'Helvetica', 'Arial', 'Times New Roman';
	font-size: x-small;
	text-align: left;
}

