  BODY      { font-family : Arial;
              color : NAVY;
	           font-size : medium;}
  A:LINK    { font-family : Arial;
              text-decoration : none;
              color : NAVY;
	           font-size : small;}
  A:VISITED { font-family : Arial;
              text-decoration : none;
              color : navy;
	      font-size : small;}
  A:HOVER   { font-family : Arial;
              text-decoration : none;
              color : red;
	           background : pink;
	           font-size : small;}
  H1	    { font-size : x-large;
	          font-family : Arial;
	          font-weight : bold;
	          font-style : italic;
	          color : Maroon;}
  H2	    { font-size : medium;
	          font-family : Arial;
             text-decoration : none;
	          font-weight : normal;
	          color : Navy;}
table
{
	table-border-color-light: rgb(102,204,204);
	table-border-color-dark: rgb(0,102,102); 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial;
}
h3
{
	color: rgb(153,153,102); 
}
h4
{
	color: rgb(0,153,153);
}
h5
{
	color: rgb(102,102,102);
}
h6
{
	color: rgb(153,153,102);
}