
.PHOTOGALLERYLINK {
	color: white;
	text-decoration: none;
	font-size: 80%;
}

/*
  These are for the menu bar on the left side of the screen
*/

.MENU {
	color : #663300;
	font-size : 11px;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
}
.MENU A:link, .MENU A:visited {
	text-decoration: none;
	color : #663300;
}
.MENU A:hover {
	text-decoration: none;
	color : #663300;
	background-color : #FFBB66;
	border : thin solid;
}
.MENU A:active {
	text-decoration: none;
	color : #993300;
}

.MENUBIG {
	color : #663300;
	font-size : 14px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
}
.MENUBIG A:link, .MENUBIG A:visited {
	color : #663300;
	text-decoration: none;
}
.MENUBIG A:hover {
	text-decoration: none;
	color : #663300;
	background-color : #FFBB66;
	border : thin solid;
}
.MENUBIG A:active {
	text-decoration: none;
	color : #993300;
}
