* {
    padding: 0;
}

a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #990000;
}
BODY {margin: 0;

} 
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	font-style: italic;
}
ul.feeditemlist {
  list-style-type: none;
  margin-top: 0em;
  margin-left: 0em;
}
.feeditemlist li {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #cccccc;
}
.feeditemlist li .itemtitle {
  font-size: 12;
  display: inline;
}
.feeditemlist li .itemdate {
  font-size: 10;
  color: #999;
  background: transparent;
  font-style: italic;
  display: inline;
}
a.nav:link {
	color: #000000;
	text-decoration: none;
}
a.nav:visited {
	text-decoration: none;
	color: #000000;
}
a.nav:hover {
	text-decoration: none;
	color: #990000;
}
a.nav:active {
	text-decoration: none;
	color: #000000;
}
.style1 {color: #990000}

.style2 {color: #999;
  }

html { min-height: 100%; margin-bottom: 1px; }

/* adresbook */ 
#adresbook { position: relative; width: 550px; margin-top:-2px; min-height:300px; text-align: left; }
* html #adresbook { height:300px; }
#adresbook a:focus { outline:none; }
#adresbook ul { position: relative; list-style: none; margin:0 0 0 2px; background:transparent; }
#adresbook ul li { width: 150px; line-height:12px; margin:0; padding:1px 0; }
#adresbook ul li a { display: block; width: 100px; font: 12px Georgia, Times New Roman, Times, serif; color: #000; font-style: italic; }
#adresbook ul ul { position: absolute; top: 0; left: 125px; height: 500px; width: 185px; padding: 0 0 0 6px; margin: 0; list-style: none; display: none; overflow:auto; }
#adresbook ul ul li { position: relative; padding: 1px 0; margin:0; width: 160px; }
/* #adresbook ul ul li.active { border: 1px solid #fff;} */
#adresbook ul ul li a { display: block; width: 150px; padding: 0; font: 12px Georgia, Times New Roman, Times, serif; color: #000; font-style: italic;}
#adresbook ul a:hover { color: #990000; }
#adresbook ul a.active { color: #990000; }
#adresbook ul.result { position: absolute; margin: 0; top: 0; left: 350px; height: 500px; width: 220px; padding: 0 4px 4px 0; display: none; }
#adresbook ul.result li { padding: 0 0 4px 0; width: 200px; font-weight: bold; font: 12px Georgia, Times New Roman, Times, serif; color: #000; font-style: italic;}
#adresbook ul.result li span { display:block; color: #000; }
#adresbook ul.result li a { font-weight: normal; color: #000; display:inline; }
#adresbook ul.result a:hover, #adresbook ul a.active:hover { color: #990000; }