/* Basic styles */

body {
	background-color: #FFF;
	color: #333;
	font: small Verdana, Arial, sans-serif;
	padding: 0 10em;
}

a:link {

}

a:visited {
  color: #A0A0FF;
}

/*a:hover, a:focus, a:active {
  color: #F0A000;
}
*/
legend {
	color: #000;
}

label {
  display: block;
}

fieldset label {
  display: inline;
}
fieldset select {
  margin: 0 1em 0 0.5em;
}

