/* FREEREED CSS */

BODY 
{ font-family: sans-serif;
  background: white; 
}

A:link
{  color: #00c;
  text-decoration: underline;
}

A:visited
{ color: #900;
  text-decoration: underline
}

A:active
{ color: #060;
  background-color: cfc;
  text-decoration: underline;
}

A:hover:
{ color: #009;
  background-color: #cff; 
  text-decoration: underline
}

P.navigationbar
{	background: #630;
	color: #09f;	/* non-link text invisible unless non-CSS browser ! */
	text-align: center;
        padding: 0.5ex;
}

P.navigationbar A:link
{ color: #009;
  background: #fff;
}

P.navigationbar A:hover
{ color: #009;
  background: #cff;
}

P.navigationbar A:visited
{ color: #900;
  background: #fff;
}

P.navigationbar A:active
{ color: #060;
  background: #cfc;
}

P.navigationbar A.self
{ color: white;
  background: #630;
  text-decoration: none;
}

I
{
	font-family: times,serif;
}

TABLE
{
  border-collapse: collapse;
}

Th
{   background: white
    text-align: center
}

td
{
  vertical-align: top;
}

