@charset "utf-8";
/* CSS Document */

.navtix a
{
	color: #900;
	text-decoration: none;
}
.navtix a:hover
{
	color: #000;
}

.navpart a
{
	color: #900;
	text-decoration: none;
}
.navpart a:hover
{
	color: #000;
}

.navcontrib a
{
	color: #000;
	text-decoration: none;
}
.navcontrib a:hover
{
	color: #900;
}

.navart a
{
	color: #900;
	text-decoration: none;
}
.navart a:hover
{
	color: #000;
}

.navabout a
{
	color: #900;
	text-decoration: none;
}
.navabout a:hover
{
	color: #000;
}

.navcontact a
{
	color: #900;
	text-decoration: none;
}
.navcontact a:hover
{
	color: #000;
}