		a:link
		{
			color:			blue;
			background:		inherit;
			text-decoration:	underline;
		}
		
		a:visited
		{
			color:			navy;
			background:		inherit;
			text-decoration:	underline;
		}
		
		a:hover
		{
			color:			#0030ff;
			background:		#ff7e00;
			text-decoration:	none;
		}
		
		a:active
		{
			color:			#0030ff;
			background:		lime;
			text-decoration: 	none;
		}

		a.menu:link {
			color:			navy;
			background:		inherit;
			text-decoration:	underline;
		}
		
		a.menu:visited {
			color:			navy;
			background:		inherit;
			text-decoration:	underline;
		}

		a.menu:hover {
			color:			red;
			background:		yellow;
			text-decoration:	none;
		}

		a.menu:active {
			color:			blue;
			background:		lime;
			text-decoration: 	none;
		}

		a.board:link {
			color:			blue;
			background:		inherit;
			text-decoration:	none;
		}
		
		a.board:visited {
			color:			blue;
			background:		inherit;
			text-decoration:	none;
		}

		a.board:hover {
			color:			blue;
			background:		yellow;
			text-decoration:	none;
		}

		a.board:active {
			color:			blue;
			background:		lime;
			text-decoration: 	none;
		}

		a.img:hover
		{
			color:			#0030ff;
			background:		inherit;
		}
		
		a.img:active
		{
			color:			#0030ff;
			background:		inherit;
		}
