body, table, textarea
{
	font-family: 'Arial', 'Tahoma', 'Verdana', 'Times New Roman', 'Courier New';
	font-size: 12px;
}

body
{
  background-color: "#778899";
}

.leftMenuLink
{
	font-family: 'Arial', 'Tahoma', 'Verdana', 'Times New Roman', 'Courier New';
	font-size: 15px;
  font-weight: bold;
  color: "#191970";
  text-decoration: none;
}

.leftMenuLink:hover
{
  text-decoration: underline;
}

