/* Default CSS Stylesheet for a new Web Application project */

body
{
	font-family:Arial, Verdana, Sans-Serif;
	font-size: small;
	background-color: #FFFFD4;
}


a:link, a:active, a:visited, a:hover
{
	text-decoration:none;
	color:#000099;
}

 a:hover
{
	text-decoration:underline;
	color:#000099;
}


ul
{
	font-weight:bold;
	font-size: medium;
	list-style-type:circle;
	list-style-image:none;
}

ul ul
{
font-weight:bold;	
font-size: small;
}

 ul ul ul, ul ul ul ul
{
	font-size: small;
	font-weight:normal;
}



ul ul ul ul ul li
{
	font-size: xx-small;	
	font-weight:normal;
}
