/* Mottenfest: Simple Modifier CSS Document Developer: Jennifer Pierce Design Concept: Rensis Schmitt *//* These are your basic color scheme */a{ color: #00abe7; }a:hover{ color: #FF3399; }#foot a{ text-decoration: underline; color: #333333; }#foot a:hover{ color: #999999; }/* "a" represents the a tag. "a" after "foot" represents an a tag in the "foot" div tag, etc. */h2{	color: #003366;	font-variant: small-caps;	font-size: 24px;}h3{	color: #66CC33;}h2, h3, h4{	padding-bottom: .5em;}#body a{		color: #999999;	}	#body a:hover{		color: white;	}		em.q{			color: #CCCCCC;			font-weight: bold;		}		em.a{			color: #999999;		}		ul#anchors a{			color: #99CCFF;		}		#backtotop{			font-size: 10px;		}/* All this for one link: */a.about:hover, a.about_on{	background: url(../images/nav/about_on.png) no-repeat;}a.about{	background: url(../images/nav/about_off.png) no-repeat;}/* Copy that and change the name for a new link image */a.gallery:hover, a.gallery_on{	background: url(../images/nav/gallery_on.png) no-repeat;}a.gallery{	background: url(../images/nav/gallery_off.png) no-repeat;}a.commission:hover, a.commission_on{	background: url(../images/nav/commission_on.png) no-repeat;}a.commission{	background: url(../images/nav/commission_off.png) no-repeat;}a.prints:hover, a.prints_on{	background: url(../images/nav/prints_on.png) no-repeat;}a.prints{	background: url(../images/nav/prints_off.png) no-repeat;}a.contact:hover, a.contact_on{	background: url(../images/nav/contact_on.png) no-repeat;}a.contact{	background: url(../images/nav/contact_off.png) no-repeat;}a.characters:hover, a.characters_on{	background: url(../images/nav/characters_on.png) no-repeat;}a.characters{	background: url(../images/nav/characters_off.png) no-repeat;}
