body		{font-size: 8pt;
		 color: #000000;
		 background-color: #eaebea;
		}

p		{text-indent: 0.15in;
		 margin-left: 10px;
		 margin-right: 10px;
		}

.whatsnew	{background-color: #ff99ff;
		 color: #ffffff;
		}

.menu		{background-color: #ccccff;
		}

.news		{background-color: #ffffcc;
		}

.important	{background-color: #ff6666;
		}

a:link		{color: blue; text-decoration: none;}
a:visited 	{color: purple; text-decoration: none;}
a:active 	{color: red; text-decoration: none;}
a:hover		{color: red; 
		 text-decoration: underline;
		}