#navcontainer {
	color: black;
	background-color: db0027;
	text-decoration: none;
	border: solid 1pt #fabd02;
}

#navcontainer ul
{ color: black; font-family: verdana; text-decoration: none; }

#navcontainer a
{
	color: white;
	font-family: verdana;
	font-weight: bold;
	font-style: normal;
	background-color: #DB0027;
	display: block;
	text-decoration: none;
	padding: 5px;
}

#navcontainer a:link, #navlist a:visited
{
	color: white;
	font-family: verdana;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	background-color: db0027;
}

#navlist a:visited
{
	color: white;
	font-family: verdana;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

#navcontainer a:hover
{
	/* [disabled]background-color: DB0027; */
	color: #FF0;
	font-family: verdana;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}
a {
	color: black;
	text-decoration: underline;
	text-align: center;
}
#Textnormal {
	color: black;
	text-align: justify;
}

