select {
 background-color: Black;
 color: white;
 border: none;
 text-align:right;
 padding: 1px;
 font-size: 11px;
 -moz-border-radius: 1px;
 -webkit-border-radius: 1px; 
}
form {
 border: 1px solid Red;
 padding: 1px;
 background-color: Black;
 text-align:right;
 font-size: 8px;
 -moz-border-radius: 1px;
 -webkit-border-radius: 1px;
}
 a {
 	text-decoration:none;
	HOVER COLOR: gray;
 }