.normal_white
{
  font-size: 14px;
  color: #ffffff;
}

.normal_blue
{
  font-size: 14px;
  color: #9999ff;
}

.normal_pink
{
  font-size: 14px;
  color: #ff0099;
}

.small_white
{
  font-size: 12px;
  color: #ffffff;
}

.small_blue
{
  font-size: 12px;
  color: #9999ff;
}

.small_pink
{
  font-size: 12px;
  color: #ff0099;
}

.tiny_white
{
  font-size: 10px;
  color: #ffffff;
}

.tiny_blue
{
  font-size: 10px;
  color: #9999ff;
}

.tiny_pink
{
  font-size: 10px;
  color: #ff0099;
}

.big_white
{
  font-size: 16px;
  color: #ffffff;
}

.big_blue
{
  font-size: 16px;
  color: #9999ff;
}

.big_pink
{
  font-size: 16px;
  color: #ff0099;
}

.huge_white
{
  font-size: 18px;
  color: #ffffff;
}

.huge_blue
{
  font-size: 18px;
  color: #9999ff;
}

.huge_pink
{
  font-size: 18px;
  color: #ff0099;
}

.micro
{
  font-size: 4px;
}

.select_menu
{
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: 14px;
  background-color: #ffffff;
}

.select_panel
{
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: 10px;
  color: #9999ff;
  background-color: #111111;
  border-color : #9999ff;
  border-width: thin;
}

body
{
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: 16px;
  color: #ffffff;
}

td
{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 16px;
	color: #ffffff;
}

th
{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 16px;
	color: #ffffff;
}

hr{ color: #9999ff; height:1px; }

A:link { color: #9999ff; text-decoration:none;}
A:visited { color: #ff0099; text-decoration:none;}
A:active { color: #ffffff; text-decoration:none;}
