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;
}


.submit {
	width: 100px;
	font-family: verdana;
	font-size: 20px;
}

#suggestions {
	background-color: #333333;
}

#suggestions1 {
	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 a:link, #suggestions a:active, #suggestions a:visited {

	text-decoration: none;
	color: #6EADE7;


}

#suggestions1 a:link, #suggestions1 a:active, #suggestions1 a:visited {

	text-decoration: none;
	color: #6EADE7;


}