.nav_border {
  position: relative;
  width: 180px;
  height: auto;

  -moz-border-radius: 10px;
  margin-top: 0px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 15px;
  border: 1px dashed #00FF00;
  padding-bottom: 5px;
}
.nav_title {
  position: relative;
  width: 100%;
  height: 20px;
  font-weight: bolder;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  font-size: 13px;
  color: rgb(0,0,128);
  background-color: rgb(165,42,42);
  padding-top: 2px;
  margin-bottom: 5px;
}
.nav_link {
  padding-left: 10px;
  text-align: left;
  margin-left: 10px;
  margin-bottom: 5px;
}
.nav_plug {
  text-align: center;
  margin-bottom: 5px;
}

a {
	color: #00CC00;
}
a:hover {
	color: rgb(0,153,0);
}
a:visit {
	color: #00CC00;
}
img {
  border-width: 1;
  border-color: #00CC00;
}
body {
	background: black;
	font-family: Verdana;
	font-size: 12;
	color: #00CC00;
}
td, legend {
  background-image: url(_images/body.gif);
	font-family: Verdana;
	font-size: 12;
	color: #00CC00;
}

input, label, select, textarea {
font-style: Verdana;
color: #00CC00;
border-width: 1;
border-color: #00CC00;
background-color: black;
}
fieldset {
font-style: Verdana;
color: #00CC00;
border: 1;
border-width: 1;
border-color: #00CC00;
}

