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(255,255,255);
	text-decoration: none;
}
a.nav:visited
{
	color: rgb(255,255,255);
	text-decoration: none;
} 
a.nav:hover
{
	color: rgb(255,102,0);
	background-color: rgb(0,0,0);
}
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,102,0);
	background-color: rgb(0,0,0);
}
a.nav_home:link
{
	color: rgb(0,29,86);
	text-decoration: none;
	background-color: rgb(192,197,218);
}
a.nav_home:visited
{
	color: rgb(0,29,86);
	text-decoration: none;
	background-color: rgb(192,197,218);
} 
a.nav_home:hover
{
	color: rgb(255,255,255);
	background-color: rgb(98,37,0);
}
a.nav_date:link
{
	color: rgb(0,0,0);
	text-decoration: none;
	background-color: rgb(247,243,237);
}
a.nav_date:visited
{
	color: rgb(0,0,0);
	text-decoration: none;
	background-color: rgb(247,243,237);
} 
a.nav_date:hover
{
	color: rgb(255,255,255);
	background-color: rgb(98,37,0);
}
a.nav_learn:link
{
	color: rgb(51,51,255);
	text-decoration: underline;
	background-color: rgb(247,243,237);
}
a.nav_learn:visited
{
	color: rgb(51,51,255);
	text-decoration: underline;
	background-color: rgb(247,243,237);
} 
a.nav_learn:hover
{
	color: rgb(255,0,0);
	text-decoration: underline;
}
body
{
	font-family: Verdana, Arial;
	background-color: rgb(62,62,62);
	color: rgb(51,51,51);
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial;
	color: rgb(51,51,51);
}
