/* Card Text Styles */
	#cardID         { color:#333333; font-weight:bold; font-size:8pt }

	#common         { color:#666666; font-weight:bold; font-size:8pt }
	#uncommon       { color:#6699cc; font-weight:bold; font-size:8pt }
	#rare           { color:#999900; font-weight:bold; font-size:8pt }
	#promo          { color:#009966; font-weight:bold; font-size:8pt }
	#para           { color:#ff9900; font-weight:bold; font-size:8pt }
	#lucky          { color:#ff0099; font-weight:bold; font-size:8pt }
	#enigma         { color:#660066; font-weight:bold; font-size:8pt }

	#crimson        { color:#990033; font-weight:bold; font-size:8pt }

	#tartanName     { color:#ffffff; font-weight:bold }
	#basicAbility   { color:#009900; font-weight:bold }
	#cost           { color:#0099cc }
	#target         { color:#cc0000 }
	#specialAbility { color:#000000; font-weight:bold }
	#credits        { font-size:10pt; font-style:italic; fong-weight:100 }
	#lesser         { font-size:9pt }

/* Web Page Styles */
	body {	font-size:13px;
		background:#ffffff;
		margin:0;
		max-width:860px;
		min-width:860px;
	{
	img {	border-width:0;
	}
	a {	color:#444444;
		font-weight:bold;
		text-decoration:none;
	}
	a:link { color:#444444;
	}
	a:visited { color:#666666;
	}
	a:active { color:#666666;
	}
	a:hover { color:#666666;
		text-decoration:underline;
	}
	.bold { font-weight:bold; }
	.right { text-align:right; }
	.center { text-align:center; }

/* Experimental Styles */
	.index-menu-image
	{	background:url('./02-cameo.png') #ffffff no-repeat right;
		width: 100%;	float:left;	clear:both;
	}
