/* Links will not have an underline except when user does a mouseover
   To have link underlines displayed at all times remove the following two
	   style entries */
a, a:link, a:visited	{  text-decoration: none;  }
a:hover	{ text-decoration: underline;  }

/* Pages will be flush against the top and the left side of the
	browser window */
body	{
	margin-left: 0px;
	margin-top: 0px;  }