body {
	color: navy;
	font-family: Verdana, Arial;
}

A:link {
	color: inherit;
	font-stretch: semi-expanded;
	font-weight: inherit;
	text-decoration: underline;
}

A:visited {
	color: inherit;
	text-decoration: underline;
}

A:hover {
	color: blue;
	font-weight: 600;
	text-decoration: none;
}

.pfield {
	background-color: #cccccc;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 5px;
}

.br {
	padding-right: 30px;
	padding-top: 20px;
}

.cmenu {
	background-color: #cccccc;
	font-weight: 600;
	text-align: center;
	width: 100%;
}

b {
	color: navy;
	font-stretch: wider;
	font-weight: bold;
}