a { text-decoration: none; color: #000000; font-weight: bold; }
a:hover {text-decoration: underline; color: #000000;}

p,li
{
	color: #000000;
	font-size: 12px;
	font-family: verdana;
}

.small
{
	color: #000000;
	font-size: 9px;
	font-family: verdana;
	font-weight: bold;
}

.small2
{
	color: #000000;
	font-size: 9px;
	font-family: verdana;
	font-weight: normal;

}

a.small2
{
	color: #000000;
	font-size: 9px;
	font-family: verdana;
	font-weight: normal;
	text-decoration: underline;
}

a:hover.small2
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

.bigger
{
	color: #000000;
	font-size: 14px;
	font-family: verdana;
	font-weight: bold;
}
