.normal
{
	font-size: 10pt;
	font-family: Verdana;
	font-weight: regular;
}

.bigtext
{
	font-size: 14pt;
	font-family: Verdana;
	font-weight: 750;
}

.hugetext
{
	font-size: 20pt;
	font-family: Verdana;
	font-weight: 650;
}

.smalltext
{
	font-size: 8pt;
	font-family: Verdana;
	font-weight: 100;
}

.tinytext
{
	font-size: 6pt;
	font-family: Verdana;
	font-weight: 850;
	letter-spacing: 1px;
	color: "#000000";
}

UL
{
	list-style-type: lower-roman;
	list-style-image: url(./pictures/bullet.gif);
}

LI
{
	list-style-position: inside;
}

BODY, TD
{
	color: "#444444";
}

