div#links {
    position: relative;  z-index: 100;
}

div#links a {
    display: inline;
    background: transparent;
}

div#links a:hover {
   background: transparent;
   border-right: 5px double white;
}

div#links a span {
   display: none;
}

div#links a:hover span {
   display: block;
   position: absolute; top: -100px; left: 20px; width: 150px;
   padding: 5px; margin: 10px; z-index: 100;
   color: #FFFFFF; background: transparent;
   font: 10pt Verdana, sans-serif;
   /*text-align: justify;*/
   text-decoration: none;
}

td {
	text-align: left;
	vertical-align: top;
	font-family:Verdana;
	font-size:11px;
	color: #E5E5E5;
}

a{
  color: #D2C348;
}


A:Hover  {
	color : #FFFFFF;
}

textarea {
  background: transparent;
  color : #FFFFFF
}


H1 {
	color: #E0E090;
	font-weight: bold;
	font-size : 20pt;
	font-family: Verdana;
}

p {
  font-family: Verdana;
  font-size: 12pt;
}

ul {
  list-style-image: url(images/list.gif);
}

