a:link
{
	color: rgb(51,51,255);
	text-decoration: underline;
}
a:visited
{
	color: rgb(51,51,255);
	text-decoration: underline;
}
a:hover
{
	color: rgb(255,0,0);
	text-decoration: underline;
}
a.nav:link
{
	color: rgb(30,30,30);
	text-decoration: none;
}
a.nav:visited
{
	color: rgb(30,30,30);
	text-decoration: none;
} 
a.nav:hover
{
	color: rgb(255,255,255);
	background-color: rgb(78,57,45);
}
a.nav_current:link
{
	color: rgb(30,30,30);
	text-decoration: none;
}
a.nav_current:visited
{
	color: rgb(30,30,30);
	text-decoration: none;
} 
a.nav_current:hover
{
	color: rgb(255,255,255);
	background-color: rgb(78,57,45);
}
a.nav_home:link
{
	color: rgb(227,215,209);
	text-decoration: none;
}
a.nav_home:visited
{
	color: rgb(227,215,209);
	text-decoration: none;
} 
a.nav_home:hover
{
	color: rgb(30,30,30);
	background-color: rgb(227,215,209);
}
a.nav_reg:link
{
	color: rgb(255,255,255);
	text-decoration: none;
}
a.nav_reg:visited
{
	color: rgb(255,255,2255);
	text-decoration: none;
} 
a.nav_reg:hover
{
	color: rgb(0,0,0);
	background-color: rgb(255,255,255);
}
body
{
	font-family: Tahoma, Verdana, Arial;
	background-color: rgb(79,72,70);
	color: rgb(0,0,0);
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
}
h1, h2, h3, h4, h5, h6
{
	font-family: Tahoma, Verdana, Arial;
	color: rgb(0,0,0);
}