@charset "utf-8";
/* CSS Document */

html{
	font: 12px Tahoma, Georgia, Arial, sans-serif;
	background: #FFFFF9;
}

a, a:hover, a:active, a:visited{
	text-decoration:none;
}

fieldset{
	padding: 10px;
	border: 1px dashed #000;
}

legend{
	color: white;
	font-size: 14px;
	font-weight: bold;
	margin: 5px;
	padding: 3px 5px;
	background: #096;
	border: 1px solid black;
}