	body
		{
			font-size: 0.8em;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			background-image: url(http://www.philippinefiesta.com/images/marblebg.jpg);
			}
	selector {
 cursor: url(../monkeyani.cur), pointer;
}
		h2
		{
			font-size: 1.3em;
			}
		
		h1
		{
			font-size: 1.5em;
			}

		#navlist li
		{
			display: inline;
			list-style-type: none;
			text-transform: capitalize;
			/* for IE5 and IE6 */
		}
		
		#navlist ul
		{
			list-style-type:circle;
			}
		
		#navlist
		{
			width: 12em;
			/* to display the list horizontaly */
			font-family: sans-serif;
			margin: 5px 5px 5px 0px;
			padding: 3px;
			border-top: 0px #000 solid;
			border-left: 0px #000 solid;
			border-right: 0px #000 solid;
		}


		
		#navlist1 li
		{
			display: inline;
			list-style-type: none;
			text-transform: capitalize;
			/* for IE5 and IE6 */
		}
		
		#navlist1 ul
		{
			list-style-type:circle;
			}
		
		#navlist1
		{
			width: 12em;
			/* to display the list horizontaly */
			font-family: sans-serif;
			margin: 5px 5px 5px 0px;
			padding: 3px;
			border-top: 0px #000 solid;
			border-left: 0px #000 solid;
			border-right: 0px #000 solid;
		}
		
		
		
		

		#navlist2 li
		{
			display: inline;
			list-style-type: circle;
			text-transform: capitalize;
			/* for IE5 and IE6 */
		}
		
		#navlist2 ul
		{
			list-style-type:circle;
			}
		
		#navlist2
		{
			width: 12em;
			/* to display the list horizontaly */
			font-family: sans-serif;
			margin: 5px 5px 5px 0px;
			padding: 3px;
			border-top: 0px #000 solid;
			border-left: 0px #000 solid;
			border-right: 0px #000 solid;
		}
		
		#navlist a
		{
			width: 99.99%;
			/* extend the sensible area to the maximum with IE5 */
			display: block;
 /*			background-color: #fff; */
			border-bottom: 0px #000 solid;
			font-size: 1em;
			text-align: left;
			text-transform:capitalize;
			text-decoration: none;
			color: navy;
		}
		
		#navlist1 a
		{
			width: 99.99%;
			/* extend the sensible area to the maximum with IE5 */
			display: block;
 /*			background-color: #fff; */
			border-bottom: 0px #000 solid;
			font-size: 1em;
			text-align: left;
			text-transform:capitalize;
			text-decoration: none;
			color: lightblue;
		}
		
		
		#navlist2 a
		{
			width: 99.99%;
			/* extend the sensible area to the maximum with IE5 */
			display: block;
 /*			background-color: #fff; */
			border-bottom: 0px #000 solid;
			font-size: 1em;
			text-align: left;
			text-transform:capitalize;
			text-decoration: none;
			color: white;
		}
		
		#navlist a:hover { background-color: gold; color:navy;  }
		#navlist a:visited { color: black; }


	a.perfbarM {
		background-color:gold; color:black; font-weight:bolder;padding:2px; border: 1px inset #DDDDDD; line-height:20px; text-decoration:overline; text-shadow:orange 0px 0px 1px; font-size:1.6em; word-spacing:-2px; font-family:Times, serif;
		}
	a:hover.perfbarM {
		background-color: black; color:gold
		}

	a.perfbar {
		background-color:yellow; color:black; font-weight: bold;padding:2px; border: 2px inset #EEEEEE; line-height:20px; text-decoration:overline; text-shadow:white 0px 0px 1px; font-size:1.2em; word-spacing:-1px; font-family:Times, serif;
		}
	a:hover.perfbar {
		background-color:black; color:yellow;
		}
		
		p.perfbar {
		background-color:light blue; text-align:left; padding:4px
		}
		
