a:link
{
	color: rgb(0,0,255);
	text-decoration: none;
}
a:visited
{
	color: rgb(0,0,255);
	text-decoration: none;
} 
a:hover
{
	color: rgb(255,0,0);
	text-decoration: underline;
}
a.nav:link
{
	color: rgb(0,0,0);
	text-decoration: none;
}
a.nav:visited
{
	color: rgb(0,0,0);
	text-decoration: none;
} 
a.nav:hover
{
	color: rgb(0,0,0);
	background-color: rgb(255,255,255);
}
a.nav_current:link
{
	color: rgb(0,0,0);
	text-decoration: none;
}
a.nav_current:visited
{
	color: rgb(0,0,0);
	text-decoration: none;
} 
a.nav_current:hover
{
	color: rgb(255,255,255);
	background-color: rgb(0,51,204);
}
a.nav_shop:link
{
	color: rgb(255,255,102);
	text-decoration: none;
}
a.nav_shop:visited
{
	color: rgb(255,255,102);
	text-decoration: none;
} 
a.nav_shop:hover
{
	color: rgb(255,255,255);
	background-color: rgb(204,102,51);
}
a.nav_white:link
{
	color: rgb(255,255,255);
	text-decoration: none;
}
a.nav_white:visited
{
	color: rgb(255,255,255);
	text-decoration: none;
} 
a.nav_white:hover
{
	color: rgb(0,0,102);
	background-color: rgb(255,255,255);
}
body
{
	font-family: Tahoma, Arial;
	background-color: rgb(255,255,255);
	color: rgb(0,0,0);
	margin-top: 0px;
}
h1, h2, h3, h4, h5, h6
{
	font-family: Tahoma, Arial;
	color: rgb(0,0,0);
}