h1, h2, h3, h4 { color: blue }
body { font-family: arial, Arial, Helvetica;
       background-image: url('pixbkgnd.gif'); }
p, blockquote { color: green;
                font-size: small;
                font-family: MingLiu }
td, ol, li, div { color: green;
                  font-size: small;
                  font-family: MingLiu }

UL
{
	list-style-image: url('apixbul1.gif');
}
UL UL
{
	list-style-image: url('apixbul2.gif');
}
UL UL UL
{
	list-style-image: url('apixbul3.gif');
}
a:link
{
	color: rgb(0,0,255);
}
a:visited
{
	color: rgb(102,51,102);
}
a:active
{
	color: rgb(0,102,102);
}
