body {
  background-image:url('background1.jpg');
  background-repeat:repeat;  
  margin: 0;
  padding: 1em;
  font: 1em Verdana, Arial, Helvetica, sans-serif;  
}

#navigation {
  width: 175px;
}

#navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#navigation li {
  border-top: 1px solid #C0C0C0;
}

#navigation li a:link, #navigation li a:visited  {
  font-size: 80%;
  display: block;
  padding: 0.4em 0 0.4em 0.5em;
  font-weight: bold;
  background-color: #FFFFFF;
  color: #350035;
  border-left: 0px solid #FFFFFF;
  text-decoration: none;
}

#navigation li a:hover {
  background-color: #350035;
  color: #FFFFFF;
  font-weight: bold;
  border-left: 0px solid #CC00FF;
  border-right: 0px solid #CC00FF;
}

#navigation ul ul {
  margin-left: 6px;
}

#navigation ul ul a:link, #navigation ul ul a:visited {
  background-color: #FFFFFF;
  color: #350035;
}

#navigation ul ul a:hover {
  background-color: #350035;
  color: #FFFFFF;
}

A.Texta  {font-family : Verdana, Arial, Helvetica; color : #009999; font-size : 13px; font-style : normal; font-weight: bold; text-decoration: none; }
A.Texta:visited  {font-family: Verdana, Arial, Helvetica; color : #009999; font-size : 13px; font-style : normal;  font-weight: bold; text-decoration: none; }
A.Texta:hover  {color : #CC00FF; font-size : 13px; font-style : normal;  font-weight: bold; text-decoration: none; background:none; }

A.Textb  {font-family : Verdana, Arial, Helvetica; color : #350035; font-size : 17px; font-style : normal; font-weight: bold; text-decoration: none; }
A.Textb:visited  {font-family: Verdana, Arial, Helvetica; color : #350035; font-size : 17px; font-style : normal;  font-weight: bold; text-decoration: none; }
A.Textb:hover  {color : #CC00FF; font-size : 17px; font-style : normal;  font-weight: bold; text-decoration: none; background:none; }

A.Textc  {font-family : Verdana, Arial, Helvetica; color : #009999; font-size : 10px; font-style : normal; font-weight: bold; text-decoration: none; }
A.Textc:visited  {font-family: Verdana, Arial, Helvetica; color : #009999; font-size : 10px; font-style : normal;  font-weight: bold; text-decoration: none; }
A.Textc:hover  {color : #CC00FF; font-size : 10px; font-style : normal;  font-weight: bold; text-decoration: none; background:none; }
