body		{background-color: #FFFFCC;
		 font-family: verdana, arial, helvetica, swiss,
		 geneva, sans-serif;}

ul		{margin: 0em, 0em, 0em, 12em;
		line-height: 160%;}

ol		{margin-left: 10%;}

p.text		{margin-left: 5%;
		 margin-right: 5%;
                 font-size: x-small;}

span.code	{background-color: #CCCCCC;
		 font-family: "courier new", courier, monospaced;}
		 
h1, h2		{color: red;
		 font-family: "bookman old style", "times new roman", times,
		 serif;
                 text-align: center}

table		{font-size: smaller}
table.white	{color: white;
		 font-size: smaller}
table.black	{color: black;
		 font-size: smaller;}

A:link		{color: black; 
		text-decoration: none; 
		background-color: #ffcc66}

A:visited	{color: blue; 
		text-decoration: none; 
		background-color: #FFFF66}

A:hover		{color: #FFFF66;
		text-decoration: none;
		background-color: blue;}

A:active	{color: blue;
		text-decoration: none;
		background-color: #FFCC66;}

P.navigationbar {background-color: black;
		border: thin silver solid;
		padding: 1%;
		text-align: center;
		font-size: xx-small;}

P.navigationbar A:link 
		{color: lime;
		 text-decoration: none;
		 background-color: black;}

P.navigationbar A:visited 
		{color: aqua;
		 text-decoration: none;
		 background-color: black;}

P.navigationbar A:hover 
		{color: black;
		 text-decoration: none;
		 background-color: white;}

P.navigationbar A:active
		{color: yellow;
		 text-decoration: none;
		 background-color: black;}



