a { text-decoration: none; font-family: Arial, sans-serif }
a:link { color: #444444 ; text-decoration: none }
a:visited { color: #777777 }
a:hover { color: #000000 ; text-decoration: underline }
.formcolor
{
background-color: #e5e5e5;
color: #222222;
font-family: arial;
border: 1px solid #777777
z-index: 0;
}
#cd[0] {

	width: 400px;

	font-family: verdana;
	font-size: 20px;
	color: #3d3d3d;
	border: 1px solid black;

}

.submit {
	width: 100px;
	font-family: verdana;
	font-size: 20px;
}

#suggestions[0] {
	background-color: #333333;
}

ul {
	margin-top: 0px;
	margin-left: 0px;
	padding: 0;
	display:block;
	background-color: #333333;
}



li {

	width: 300px;
	position: relative;
	display:block;
	font-family: arial;
	background-color: #333333;
	color: #dddddd;
	font-size: 10px;
	list-style-type: none;
	
}

li a:hover {
	background-color: #888888;
	color: #FFF;
	display:block;

}

#suggestions[0] a:link, #suggestions a:active, #suggestions a:visited {

	text-decoration: none;
	color: #6EADE7;


}

