body {  
	font-family: Verdana; 
	font-size: 10px; 
	background-color: #000000;
	color: #FFFFFF;
	margin: 0;
	padding:0;
}

a:hover { 
	color: #FF1111;
	text-decoration: none;
}

a:normal {
	text-decoration: none
	color: #CCFF00
}

a:active {
	text-decoration: none;
	color: #0099FF
}

a:visited {
	text-decoration: none;
	color: #CCFF00
}

a:link  { 
	text-decoration: none;
	color: #CCFF00
}
.fieldset  {
	border-top: thin solid rgb(123,240,117);
	border-right: thin solid rgb(078,152,074);
	border-bottom: thin solid rgb(078,152,074);
	border-left: thin solid rgb(123,240,117);
	padding: .1em 1em 0em .5em;
	margin: 2em 0em 1.2em .2em;
	background-color: #000000; 
	font-size: 13px;
}  
.fieldset  {
	margin-top: 1em;
}  
.fieldset  :link  {
	font-weight: normal;
	color: #554FC0;
	background-color: #000000;
}
.fieldset  :visited {
	font-weight: normal;
	color: #554FC0;
	background-color: #000000;
	}
	
.legend  {
	display: inline;
	position: relative;
	top: -1.0em;
	margin-left: 1.8em;
	padding: 0em .8em .2em .8em;
	font-weight: bolder;
	color: #FFFFFF;
	background-color: #000000;
	-moz-border-radius: .6em .6em .2em .2em;
	
	border-top: thin solid rgb(123,240,117);
	border-right: thin solid rgb(078,152,074);
	border-bottom: thin solid rgb(078,152,074);
	border-left: thin solid rgb(123,240,117);
						
	
	font-size: 14px; 
	}
