html		{
	background-color: white;
}

body		{
	background-color: white;
}

p		{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

li	{
	font-size: 12px;
}

td.menu	{
	font-size: 12px;
	color: black;
	font-weight: bold;
}

a.menu	{
	color: black;
	font-weight: bold;
	text-decoration: none;
}

a.menu:hover	{
	color: #3366cc;
}


td.link {
  font-size: 12px;
  color: #2f662e;
  font-weight: bold;
}

a.link  {
  color: #2f662e;
  font-weight: bold;
  text-decoration: none;
}

a.link:hover  {
  color: #3366cc;
}


a	{
	color: #3366cc;
}

a:hover	{
	color: #663300;
}

.header	{
	color: black;
	font-weight: bold;
	font-size: 14px;
}
.who {
	color: #3366cc;
	font-weight: normal;
	font-size: 12px;
}

