@import url("alternate-screen.css") screen,tv;

body	{ background-color:white;
	  color:black;
	  font-family:georgia,"times new roman",serif;
	  line-height:1.4em; }

h1	{ text-align:center; }

a	{ color:blue;
	  background-color:transparent;
	  text-decoration:underline; }

a:hover	{ color:red;
	  background-color:transparent;
	  text-decoration:none; }

dt	{ font-weight:bold;
	  text-decoration:underline; }

dd	{ margin-bottom:1em; }

sup	{ font-size:0.7em; }

*.nodisp	{ display:none; }