BODY
{
    BACKGROUND: #cccc99;
	 font-size: x-small;
    COLOR: Black;/* #6666ff;*/
    FONT-FAMILY: Verdana, Tahoma,  Arial, Helvetica, sans-serif;
/*	 font-size: medium;*/
}

a
{
	color: Black;
	font-weight: bold;
	font-size: x-small;
	text-align: center;
	border: 0 double Black;
	/*background: #cccc99;*/
	text-decoration: none;
}

a:hover
{
	color: #CC3333;
	font-weight: bold;
	font-size: x-small;
	text-align: center;
	border: 0 double #cccc99; /*background: #669933;*/
	text-decoration: none;
}
ul {
	list-style-image: url(BULLET5.GIF);
}
h3{
	COLOR: Black;/* #6666ff;*/
   FONT-FAMILY: Verdana, Tahoma,  Arial, Helvetica, sans-serif;
	font-size: medium;
}