body 
{ 
	background-image: url(../images/background_Canvas.gif); 
/*	font-family: Optima, "Lucida Grande", "Times New Roman", Times, Georgia, serif; */
}

a:link
{
	color: #080;
	text-decoration: none;
}

a:active
{
	color: #0c0;
	text-decoration: none;
}

a:visited
{
	color: #040;
	text-decoration: none;
}

a:hover
{
	color: #0c0;
	text-decoration: none;
}

ul li
{
	list-style-image: url(../images/bullet_greenGem.gif);
}

.primaryMaterial
{
	color: red;
	list-style-image: url(../images/bullet_redGem.gif);
}

ul ul
{
	list-style-type: circle;
}
