.formcontrols {

	background : #005FA0;

	border : thin solid gray;

	color : #F0F8FF;

	font-weight : bold;

}

 :link { color: rgb(0, 96, 255) }  /* for unvisited links */
  :visited {color: rgb(0, 96, 225);} /* for visited links */
  :active { color: rgb(255, 255, 0) } /* when link is clicked */
  :hover { color: rgb(255, 255, 0) } /* when mouse is over link */


body {
color : #F0F8FF;

}