body {
	text-align: center;
	background-color: #000;
}
fieldset {
 	border: 0px;
        color: #fff;
}
legend{
 	font-family: tahoma;
	font-size: 115%;
	color: #fff;;
}
input{

 	padding: 3px;
 	background-color: #dddddd;
 	color: #000;
 	text-align: left;
 	border-top: 1px solid #888;
 	border-bottom: 1px solid #888;

}
* {
	font-family: tahoma;
	font-size: 93%;
	color: #fff;
}
.container {
 	padding: 2px;
 	text-align: left;
}
.navItem1 {
 	padding: 3px;
 	background-color: #131a5d;
 	color: #fff;
 	text-align: left;
 	border-top: 1px solid #888;
 	border-bottom: 1px solid #888;
}
.text {
 	padding: 4px;
 	background-color: #000;
 	color: #fff;
 	text-align: left;
 	font-weight: normal;
 	border-top: 1px solid #888;
 	border-bottom: 1px solid #888;

}
.input{
 	padding: 4px;
 	background-color: #000;
 	color: #333333;
 	text-align: left;
 	font-weight: normal;
 	border-top: 1px solid #888;
 	border-bottom: 1px solid #888;

}
.navItem2 {
 	padding: 3px;
 	background-color: #333333;
 	color: #fff;
 	text-align: left;
 	border-top: 1px solid #888;
 	border-bottom: 1px solid #888;
}
.navItem3 {
 	padding: 3px;
 	background-color: #131a5d;
 	color: #fff;
 	text-align: left;
 	border-top: 1px solid #888;
 	border-bottom: 1px solid #888;
}
a {
 	color: #fff;
 	text-decoration: underline;
}