/* set up base to initialize inheritance */

BODY,.body,TD,TH,TABLE
{ 
	text-align: left;
	color: #000000;
	background-color: #ffffff;
        border-color: #00ffff;
	font-family: 'Times', roman, serif;
	font-size: medium;
/*	text-decoration: none; */
}

/* define stuff for the header */
.hd { text-align: center; font-size: large; text-decoration: none; color: #000000; background-color: #ffffff; }

h1.hd { font-size: xx-large; font-weight: bolder; text-decoration: none; color: #000000; background-color: #ffffff; }

h2.hd { font-size: x-large; font-weight: bolder; text-decoration: none; color: #000000; background-color: #ffffff; }

h3.hd { font-size: large; font-weight: bolder; text-decoration: none; color: #000000; background-color: #ffffff; }

/* define for the left column */

.lc 
{ /* color: #000000; */
  background-color: #ffffff; 
/*  text-decoration: none; */
  font-size: medium; 
  valign: top; align: left; }

/* define footer */

.ft { font-size: small; text-decoration: none; }

A:active,A:hover  { font-size: 100%; /* color: #000000; */ background-color: #ffffff; }
A:link,A:visited  { /* color: #000000; */ background-color: #ffffff; }

A.lc:active,A.lc:hover  { font-size: 100%; /* color: #000000; */ background-color: #ffffff; }
A.lc:link,A.lc:visited  { /* color: #000000; */ background-color: #ffffff; }

