a.navbar:link, a.navbar:visited
{
	color: rgb(146,131,85);
	font-family: arial,helvetica,sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.2em;
	line-height: 150%;
	vertical-align: sub;
}


a.navbar:hover
{
	color: rgb(192,164,0);
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-family: arial,helvetica,sans-serif;
	text-decoration: none;
	font-size: 1.2em;
	line-height: 150%;
	vertical-align: sub;
}

a.navbar:active
{
	color: rgb(192,164,0);
	font-style: italic;
	font-variant: normal;
	font-weight: bold;
	font-family: arial,helvetica,sans-serif;
	text-decoration: none;
	font-size: 1.2em;
	line-height: 150%;
	vertical-align: sub;
}

.navparagraph { text-align: center; }
