H1  {
	font-size : 16px;
	font-weight : bold;
	color: #ffffff;
}

H2  {
	font-size : 14px;
	font-weight : bold;
	color: #ffffff;
}

H3  {
	font-size : 12px;
	font-weight : bold;
	color: #ffffff;
}

A  {
	color : white;
	text-decoration: none;
}

A:Visited  {
	color : white;
	text-decoration: none;
}

A:Active  {
	color : yellow;
	text-decoration: none;
}

A:Hover  {
	color : yellow;
	text-decoration: none;
}

BODY, TD, P  {
	color : #cccccc;
	font-family : verdana, arial, helvetica;
	font-size : 12px;
}


.menu {  font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold}

.item_heading  {
	font-size : 16px;
	font-weight : bold;
	color : #ffffff;
}

.item_subcat  {
	font-size : 14px;
	font-weight : bold;
	color : #ffffff;
}

.item_new {
 font-weight: bold;
 color: red;
}

.item_urgent {
 font-weight: bold;
 color: #8080ff;
}


