@charset "utf-8";

.bar {
	text-decoration: none;
     color: #FFFFFF;
}

a.bar:hover   { color: #FFFFFF; background-color: #000000; text-decoration: underline} /* white */
.bar a:link    { text-decoration: none} /* Darker blue */
.bar a:visited   { text-decoration: none} /* white */
.bar a:active   { text-decoration: none} /* white */

.piz {
	text-decoration: none;
     color: #4E0000;
}

a.piz:hover   { color: #FFFFFF; background-color: #000000; text-decoration: underline} /* white */
.piz a:link    { text-decoration: none} /* Darker blue */
.piz a:visited   { text-decoration: none} /* white */
.piz a:active   { text-decoration: none} /* white */

