body {
  margin: 0px;
  padding: 0;
  font-family: arial, helvetica, sans-serif;
  font-size: 10pt;
  background-color: #ffffff;
  color: #000000;
}

a:link    { color: #0000ff; }
a:visited { color: #880088; }
a:hover   { color: red; text-decoration: none; }
a:active  { color: #ffff00; }

acronym { border-bottom:2px dotted #0000cc; }
acronym:hover {cursor: help}

img {
  border: none;
}

.pricing  {
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
}

.navbar  a { text-decoration: none }
.navbar  a:link    { color: #ffffff; }
.navbar  a:visited { color: #ffffff; }
.navbar  a:hover   { color: #ff0000; }
.navbar  a:active  { color: #ffff00; }

.navbar {
	font-family: arial, helvetica;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;

	background-image: url("http://www.e-classifieds.net/navbarback.gif");
	background-color: #0000ff;
}

.navbar a
{
	width: 79px;
	height: 15px;
	display: block;

	padding-top: 2px;
	padding-bottom: 2px;

	border-left-color: blue;
	border-top-color: blue;
	border-bottom-color: blue;
	border-right-color: blue;

	border-left-style: solid;
	border-top-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;

	border-left-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;

	color: #ffffff;
	text-decoration: none;
}

.navbar a:hover
{
	border-left-color: black;
	border-top-color: black;
	border-bottom-color: black;
	border-right-color: black;

	display: run-in;
}

.newtable
{
	border-left-color: #c0c0c0;
	border-bottom-color: #c0c0c0;
	border-right-color: #c0c0c0;

	border-left-style: dashed;
	border-bottom-style: dashed;
	border-right-style: dashed;

	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
}

.main a:hover
{
  border-bottom: 1px dashed red;
}

a.img:hover
{
border-bottom: none;
}

.bold {
font-weight: bold;
}

.help {
cursor: help;
}
