.Smallnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #336600;
	text-decoration: none;
}
form{
    width:350px;
}
form p{
    clear:both;
	margin:0.25em 0;
}
form p label{
    width:140px;
	float:left;
}
form p input, form p textarea{
    width:200px;
	float:right;
}
form button{
    float:right;
	cursor:hand;
	cursor:pointer;
}

a:visited{
color: #003399;
}
