﻿/*** Nav hyperlink settings ***/

#divNavigation a
{
	color: Blue;
	text-decoration: none;
}

#divNavigation a:visited
{
	color: Blue;
	text-decoration: none;
}

#divNavigation a:hover
{
	color: #FF0000; /* Red */
	text-decoration: underline;
}

div.Navigation
{
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	color: Blue;
	font-size: larger;
	border-bottom-width: thin;
	border-bottom-color: Gray;
	border-bottom-style: solid;
}
