body	{color		: black
	;background	: white
	;margin-left	: 2%
	;margin-right	: 2%
	;link		: navy
	;vlink		: maroon
	;alink		: red
	}
table	{margin-left: 0%
  	;font-family: sans-serif
  	;background: white
  	;border-width: 0
  	;border-color: white
	}
th	{font-family	: arial
	;size		: 1
	;background: rgb(204, 204, 153)
	;align		: left
	}
td	{font-family: arial
	;size		: 1
	;background: rgb(255, 255, 153)
	;align		: left
	}
A:link  { color: rgb(  0, 0, 153)
	;text-decoration: none
	}
A:visited { color: rgb(153, 0, 153)
	;text-decoration: none
	}
A:active { color: rgb(255, 0, 102)
	;text-decoration: none
	}
A:hover	{ color: rgb(  0,96, 255)
	;text-decoration: underline
	}
