
/* FOSSIL MYSTERIES CSS */


.fm {
margin-left: 10px;
margin-right: 10px;
}

.fmtxt {
font-size: 10pt;
}

.fmwhite {
color: #FFFFFF;
}


.fmmenu {
margin-left: 10px;
margin-top: 4px; 
margin-bottom: 4px; 
}

.fmsubmenu {
margin-left: 14px;
margin-top: 4px; 
margin-bottom: 4px; 
}

.fmhead1 {
font-size: 12pt;
font-weight: bold;
color: #330000;
}

.fmhead2 {
font-size: 11pt;
font-weight: bold;
color: #330000;
}


/* FOSSIL MYSTERIES SUBMENU LINKS */

		a:link.fmsub  {
			color: #993300;
			font-size: 9pt;
			text-decoration: none;
			font-family:  Arial, Helvetica, sans-serif;
		}

		/* visited link */
		a:visited.fmsub {
			color: #993300;
			font-size: 9pt;
			text-decoration: none;
		    font-family:  Arial, Helvetica, sans-serif;
	}

		/* mouse over link */
		a:hover.fmsub {
			color: #FF9900;
			font-size: 9pt;
			text-decoration: underline;
			font-family:  Arial, Helvetica, sans-serif;
		}



/*TOP NAVIGATION LINKS */
		a:link.fmtopnav  {
			color: #FFFFFF;
			font-size: 8pt;
			text-decoration: none;
			font-family:  Verdana;
			font-weight: bold;

		}

		/* visited link */
		a:visited.fmtopnav {
			color: #FFFFFF;
			font-size: 8pt;
			text-decoration: none;
			font-family:  Verdana;
			font-weight: bold;

	}

		/* mouse over link */
		a:hover.fmtopnav {
			color: #FFFFFF;
			font-size: 8pt;
			text-decoration: underline;
			font-family:  Verdana;
			font-weight: bold;

		}


/*Field Guide MENU NAVIGATION LINKS */
		a:link.fmmenu2  {
			color: #993300;
			font-size: 8pt;
			text-decoration: none;
			font-family:  Arial, Helvetica, sans-serif;
			font-weight: bold;

		}

		/* visited link */
		a:visited.fmmenu2 {
			color: #993300;
			font-size: 8pt;
			text-decoration: none;
		    font-family:  Arial, Helvetica, sans-serif;
			font-weight: bold;

	}

		/* mouse over link */
		a:hover.fmmenu2 {
			color: #993300;
			font-size: 8pt;
			text-decoration: none;
			font-family:  Arial, Helvetica, sans-serif;
			font-weight: bold;

		}
