#quote {
   color: #000000;
   background-color: White;
   font: 12px Tahoma, Arial, Helvetica, sans-serif;
	border: 1px solid #000000;
}

#quote p {
   text-align: justify;
	margin: 2px;
}

#quote p.error {
   color: #FF0000;
   font-weight: bolder;
}

#quote td.left {
	vertical-align: top;
	width: 100px;
}

#quote a:link	{ color: #0000FF; background: transparent; text-decoration: underline;}

#quote a:visited	{ color: #0000FF; background: transparent; text-decoration: underline;}

#quote a:hover	{ color: #0000FF; background: transparent; text-decoration: none;}

#quote a:active	{ color: #0000FF; background: transparent; text-decoration: underline;}

#quote h2 {
   color: White;
   background-color: #BA55D3;
   letter-spacing: 2px;
   padding: 2px;
}

#quote hr {
   color: #000000;
   background-color: transparent;
   height: 1px;
}



