a:link
{
	color: rgb(0,0,255);
	text-decoration: underline;
}
a:visited
{
	color: rgb(0,0,255);
	text-decoration: underline;
} 
a:hover
{
	color: rgb(255,0,0);
	text-decoration: underline;
}
a.nav:link
{
	color: rgb(255,255,255);
	text-decoration: none;
}
a.nav:visited
{
	color: rgb(255,255,255);
	text-decoration: none;
} 
a.nav:hover
{
	color: rgb(3,40,20);
	background-color: rgb(255,255,255);
}
a.nav_current:link
{
	color: rgb(3,40,20);
	text-decoration: none;
}
a.nav_current:visited
{
	color: rgb(3,40,20);
	text-decoration: none;
} 
a.nav_current:hover
{
	color: rgb(255,255,255);
	background-color: rgb(3,40,20);
}
body
{
	font-family: Verdana, Arial;
	background-color: rgb(93,22,88);
	background-image: url('images/bg_page.jpg');
	background-repeat: repeat-x;
	color: rgb(0,0,0);
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial;
	color: rgb(0,0,0);
}