a:link, a:active, a:visited, a:hover, a:focus /* all links */
  {
  text-decoration:none;
  }
a:link.menubarLink, a:active.menubarLink, a:visited.menubarLink  /* menubar link */
  {
  font-family:"sans-serif";
  }
  
.imgRight /* right aligning image */
  {
  border-width:0px;
  float:right
  }
.imgLeft /* left aligning image */
  {
  border-width:0px;
  float:left
  }
.menubar /* td for menubar */
  {
	/* table propertes */
  border-style: solid;
	border-width: 1px;
	/* text properties */
	text-align:center;
  text-decoration:none;
	}
.content /* td for content */
  {
  border-color:#dddddd;
  border-style: solid;
	border-width: 1px;
  padding:7px;
  }
h1 /* standard header */
  {
  text-align:center;
  }
p /* standard text */
  {
  margin-top:1px;
  margin-bottom:0px;
  text-align: justify;
  text-indent:20px;
  }
blockquote
  {
  text-align:center;
  font-style:italic;
  }
.imgR /* used by images embeded in the text */
  {
  float:right;
  border-color:#dddddd;
  border-style:solid;
  border-width:1px;
  padding:7px;
  margin: 12px;
  }
.imgL /* used by images embeded in the text */
  {
  float:left;
  border-color:#dddddd;
  border-style:solid;
  border-width:1px;
  padding:7px;
  margin: 12px;
  }
.footer /* td for credits */
  {
	/* table propertes */
  border-style: solid;
	border-width: 1px;
  border-color:#eeeeee;
	/* text properties */
	text-align:center;
  text-decoration:none;
  color:#aaaaaa;
	}
a:link.footerLink, a:active.footerLink, a:visited.footerLink  /* menubar link */
  {
  color:#999999;
  font-weight:bold;
/*  font-family:"sans-serif";*/
  }

span.bold
{
  font-weight: bold;
}