body {
	text-align: center;
}
fieldset {
 	border: 0px;
}
* {
	font-family: tahoma;
	font-size: small;
	color: #000;
}
.container {
 	padding: 2px;
 	text-align: left;
}
.navItem1 {
 	padding: 3px;
 	background-color: #3399cc;
 	color: white;
 	text-align: left;
 	border-top: 1px solid #888;
 	border-bottom: 1px solid #888;
}
.text {
 	padding: 4px;
 	background-color: #fefefe;
 	color: #fc0082;
 	text-align: left;
 	font-weight: normal;
 	border-top: 1px solid #888;
 	border-bottom: 1px solid #888;

}
.text p{
 	color: #fc0082;
 	text-align: left;
 	font-weight: normal;
 	font-size: small;
}
.text li{
 	color: #3399cc;
 	text-align: left;
 	font-weight: normal;
 	font-size: small;
}

.navItem2 {
 	padding: 3px;
 	background-color: #fc0082;
 	color: white;
 	text-align: left;
 	border-top: 1px solid #888;
 	border-bottom: 1px solid #888;
}
.navItem3 {
 	padding: 3px;
 	background-color: #dedede;
 	color: #000;
 	text-align: left;
 	border-top: 1px solid #888;
 	border-bottom: 1px solid #888;
}
a {
 	color: white;
 	text-decoration: underline;
}
h1 {
 	color: #fc0082;
 	text-decoration: underline;
}
h2 {
 	color: white;
 	text-decoration: none;
}