﻿body
{
  font-family: Arial, Helvetica, sans-serif;
  background-color: #90FFFF;
  font-size: medium;
}
ul
{
  list-style-image: url(bulletfish.gif);
}
ul ul
{
  list-style-image: url(bulletcrab.gif);
}
ul ul ul
{
  list-style-image: url(bulletstar.gif);
}
a:link
{
  font-weight: bold;
  text-decoration: none;
  text-align:left;
}
a:visited
{
  font-weight: bold;
  text-decoration: none; 
  text-align:left;
}
a:active
{
  font-weight: bold;
  text-decoration: none;
  text-align:left;
}
a:hover
{
  font-weight: bold;
  text-decoration: none;
  text-align:left;
}
h1
{
  font-size: large;
}
h2
{
  font-size: large;
}
h3
{
  font-size: large;
}
.MenuStaticItem
{
  text-align: left;
}
.MenuDynamicItem
{
  text-align: left;
}
