  A:link 
 { color: Blue;
} 
 A:active
  {
	color : Blue;
	text-decoration : underline;
} 
A:visited
 {
	color : Blue;
	text-decoration : underline;
} 
 A:hover 
 {
  color: Blue;
  text-decoration : none;
}
   input {
	border : 1px solid Blue;
	background-color : #EEEEFF;
	height : 18px;
	width : 250px;
}
.button{
	border : 2px solid Blue;
	background-color : #A6A6FF;
	width : 70px;
	height : 18px;
	font-weight : bold;
	line-height : 10px;
	font-size : 13px;
}
.choice {
	border : 1px solid Blue;
	background-color : #EEEEFF;
	height : 18px;
	width : 250px;
}