h1 {
	margin-left: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: small;  
	color: #000000;
	background: #ffffff;
	font-family: verdana, Arial, sans-serif;
}

h2 {
	margin-left: 5px;
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: medium;  
	color: #000000;
	background: #ffffff;
	font-family: verdana, Arial, sans-serif;
}

h3 {
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: small;  
	font-weight: bold;
	color: #000000;
	background: #ffffff;
	font-family: verdana, Arial, sans-serif;
}

h4 {
	margin-left: 5px;
	margin-top: 12px;
	margin-bottom: 12px;
	font-size: x-small;  
	font-weight: bold;
	color: #000000;
	background: #ffffff;
	font-family: verdana, Arial, sans-serif;
}

p {
	margin-left: 5px;
	margin-top: 12px;
	margin-bottom: 12px;
	font-size: x-small;
	font-family: verdana, Arial, sans-serif;
	color: #000000;
	background: #ffffff;
}

li {
	margin-left: 20px;
	font-size: x-small;
	font-family: verdana, Arial, sans-serif;
	color: #000000;
	background: #ffffff;
}

dt {
	margin-left: 20px;
	font-size: x-small;
	font-family: verdana, Arial, sans-serif;
	color: #000000;
	background: #ffffff;
}

blockquote {
	margin-left: 10%;
	margin-right: 5%;
	margin-bottom: 1px;
	font-size: x-small;
	color: #666666;
	background: #ffffff;
	font-family: verdana, Arial, sans-serif;
}

.this {
	margin-left: 5px;
	font-weight: bold;
}

.who {
	margin-left: 50px;
	margin-top: 1px;
	text-align: right;
	font-style: italic;
}

.price {
	margin-left: 5px;
	margin-top: 1px;
	margin-bottom: 12px;
}

.indent {
	margin-left: 10%;
}

.small {
	margin-left: 5px;
	margin-top: 12px;
	margin-bottom: 12px;
	font-size: xx-small;
	font-family: verdana, Arial, sans-serif;
	color: #000000;
	background: #ffffff;
}

dir {
	margin-left: 10%;
	margin-right: 10%;
	font-size: x-small;
	font-family: verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	background: #ffffff;
}

.lilac {
	background: #ffffff;
	background: url(lilacsidebar.gif)
}

.pink {
	background: #ffffff;
	background: url(pinksidebar.gif)
}

.blue {
	background: #ffffff;
	background: url(bluesidebar.gif)
}

.green {
	background: #ffffff;
	background: url(greensidebar.gif)
}

.orange {
	background: #ffffff;
	background: url(orangesidebar.gif)
}
TABLE {
  width: 100%;
  margin-bottom: 0px;
  margin-top: 0px;
  text-align: left;
  word-spacing: 0px;
  background: #ffffff;
}


a:visited {
  color: #006699;
  background: #ffffff;
  text-decoration: underline;
}

a:link {
  color: #006699;
  background: #ffffff;
  text-decoration: underline;
}

a:active {
  color: #006699;
  background: #ffffff;
  text-decoration: underline;
}

a:hover {
  color: #ff0000;
  background: #ffffff;
  text-decoration: underline;
}

