body {
  background: #ffffff;
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-family: Arial;
  color: #000000;
}

a {
  color:#015D96;
  margin: 10px;
  font-weight: bold;
  text-decoration:underline;
}

a:hover {
  color:#015D96;
  font-weight: bold;
  text-decoration:underline;
}

a:visited {
  color:purple;
  font-weight: bold;
  text-decoration:underline;
}

form {
  text-align: center;
}

#result_bar {
  border-top: 1px solid #015D96;
  background: #B2DEE9;
  color: #4C4C4C;
  text-align: right;
  font-weight: bold;
}

#answers .answer {
	clear:both;
	width:800px;
	margin-bottom:20px;
	font-family:arial,sans-serif;
	font-size:13px;
}
#answers .answer .ascreen, #answers .answer .ascreen img {
	width:120px;
	height:90px;
}
#answers .answer .ascreen {
	float:left;
	background:url(ascreen.gif);
	padding:5px 0 5px 0;
}
#answers .website {
	width:640px;
	float:left;
	margin-left:10px;
	margin-bottom:20px;
}
#answers .website .description {
    font-size: 12px;
	color: #4c4c4c;
	text-align:justify;
	margin:0;
}
#answers .website h1 {
	color:#000; 
	font-size:13px;
	font-weight:bold;
	margin:0;
	padding: 0;
}
#answers .website span {
	color:#008000; 
}
#answers .website a:link {
    color:#015D96;
	text-decoration:underline;
}
#answers .website a:visited {
    color:purple;
	text-decoration:underline;
}
#answers .website a:hover {
	color:#015D96;
	text-decoration:underline;
}
form.cdsearch input, form.cdsearch select {
	font-family:arial,sans-serif;
	font-size:12px;
}
form.cdsearch td {
	font-family:arial,sans-serif;
	font-size:12px;
}
p.hr {
	height:0;
	width:578px;
	border-top:solid 1px green;
	font-size:0;
	margin:0;
	clear:both;
}
.clear { clear:both; }
div.result {
	color:green;
	margin-bottom:20px;
}
div.result a:link, div.result a:visited {
	text-decoration:underline;
	color:green;
}
div.result a:hover {
	text-decoration:none;
	color:green;
}