body         { font-family: Arial,sans-serif; 
	       background-color: #000030;    
	       color: #d4d4d4;
	       font-size: medium }

h1           { font-size : x-large;
	       font-weight : bold}
h2           { font-size : large;
	       font-weight : bold;
	       text-decoration: underline}
h3           { font-size : medium;
	       font-weight : bold}

tt	     { font-size: medium; 
	       font-family: Courier New,monospace }

a:link	     { color: Cyan }
a:visited    { color: Cyan /* Purple */ }
a:hover	     { color: Red }

li           { margin-top: 1ex }

/*

ul           { list-style-type: square }
th, td	     { vertical-align: top; text-align: left; white-space:nowrap; font-family: Arial,sans-serif; color: Navy }
*/


