
#navcontainer ul
{
margin: 0;
padding: .1em;
list-style-type: none;
text-align: center;
}

#navcontainer li { margin: 0 0 .2em 0;

text-align: center;
 }

#navcontainer a
{
		
display: block;
color: #000;
width: 14em;
text-align: center;
font-size:10px;
padding: .1em .6em;
text-decoration: none;

}

#navcontainer a:hover
{
background-color: #F70;
color: #FFF;
}
#foot a
{
color: #F70;
width: 10em;
text-align: center;
font-size:10px;
padding: .2em .8em;
text-decoration: none;
}

#foot a:hover
{
background-color: #000;
color: #FFF;
}

.widthed{
width:170px;
}

#formtest p {
width:170px;
background:green;
color:white; 