body
{
  background-color:lightgreen;
}

.footnote
{
	font: italic 80% Verdana, Arial, Helvetica, sans-serif;
  color:blue;
	text-align:center;
}

.slogan
{
	font: italic bold 90% Verdana, Garamond, Helvetica, Arial, sans-serif;
  color:maroon;
	text-align:center;
}

/* hyper link section */
a
{
 text-decoration: none;
 color: blue;
}

a:visited
{
 text-decoration: none;
 color: blue;
}

a:hover
{
 text-decoration: underline;
 color: red;
}

a.basicLink
{
 text-decoration: none;
 color: black;
}

a.basicLink:visited
{
 text-decoration: none;
 color: black;
}

a.basicLink:hover
{
 text-decoration: underline;
 color: red;
}
td.smallfont
{
 font:arial,verdana,helvetica,arial; 
 font-size:9pt;
 color:purple;
}