#navcontainer ul
{
padding: .2em 0;
margin: 0;
list-style-type: none;
background-color:#003c7b;
color: #FFF;
width: 100%;
font: normal 90% arial, helvetica, sans-serif;
text-align: center;
}

li { display: inline; }

li a
{
	text-decoration: none;
	background-color: #003C7B;
	color: #FFF;
	padding: .2em 1em;
	border-right: 1px solid #fff;
}

li a:hover
{
background-color: #369;
color: #fff;
}
.text {
	color: #FFF;
	font-style: italic;
	
}

.footer {
	font-size: small;
	font-style: normal;
	text-align: center;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	
}
.p {
	font-size: large;
	font-family: "Times New Roman", Times, serif;
}

body {
	background-color: #003C7B;
	font-style: normal;
	text-align: center;
	color: #000;
}

a:hover {
	color: #000;
}
.style9 {
	font-size: x-large;
	font-weight: bold;
	color: #003C7B;
	text-align: center;
}
.questions {
	color: #003C7B;
	font-weight: bold;
}
.p {
	font-size: medium;
	text-align: center;
}
.list {
	list-style-position: inside;
	list-style-type: circle;
}
.style9 {
	text-align: center;
}
