body {
	font-family: "Tahoma", Verdana, Arial, Sans Sherif;
	font-size: 13px;
	color: black;
	background-color: white;
	margin: 0;
	text-align: center;
	background-image: url("images/topgrad.gif");
	background-repeat: repeat-x;
}

li {
	list-style: circle;
}

.li {
	padding:2px;margin:2px;border-top:2px solid #f5f5f5;list-style-type:none;margin-left:-30px;
}

#networkbox {
	height: 18px;
	border: 0;
	width: auto;
	position: absolute;
	top: 0;
	left: 0;
	padding-left: 2px;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
}

.dictionary {
	border: 1px solid black;
	width: 555px;
	height: 25px;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
}

#result {
	width: 565px;
	margin: 0 auto;
	position: relative;
	text-align: left;
}

a:link, a:visited {
	color: black;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

 hr {
  border: 0;
  width: 80%;
color: black;
background-color: black;
height: 1px;
}
