	/*	--Page Styles--	*/
	/*Main one for all...*/
	body { margin-left: 10%; margin-right: 7.5%; margin-top: 7.5%; margin-bottom: 4%;
		background-color:#000; color:#FFF;}

	/*Default - First page basically...*/
	body.default { border-color:white; border-top-style:dotted; border-bottom-style:dotted; }
	body.SextraTerrestrial { border-color:#E4D; color:#A1A; background-color:#FAF;
		border-top-style:dotted; border-bottom-style:dotted;
		border-left-style:outset; border-right-style:outset;
		padding-right:20px; padding-left:20px;
		border-top-left-radius:30px; border-bottom-left-radius:30px; 
		border-top-right-radius:150px; border-bottom-right-radius:150px;}

	div { float:left; width:30%; }
	form { clear:both; width:50%; }
		div form {width:100%;}
	textarea { width:100%;}
	hr { margin-right:50%; border-color:#FFF; }
		/* <hr> tags within <body class="SextraTerrestrial"> tags. Basically those in ST stories. */
		body.SextraTerrestrial hr { border-color:#E4D; }

	#Return { position:absolute; left:10px; top:1%; }
	#Detail { clear:both; }
	.detail { border:1px dotted; width:35%; position:absolute;
		background-color:black; padding:10px; }

	/*Story Color Codes?*/
	.SextraTerrestrials { color:#B4B; }
	.Shorts { color:#FFF; }

	/*	Custom Tags?	*/
	note { font-size:11px; border:dotted thin; display:block;}
		//note:before {content:"Note: "; }
		note~note { border-top:none; }
	disclaimer { position:absolute; right:5px; top:1%; width:70%; }
		disclaimer:before {content:"Disclaimer: ";}
	POV { float:right; font-style:italic; font-weight:bold; quotes: "«" "»"; }

	hidden { visibility: hidden; border: 0px; width: 0px;
		margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;
		line-height: 0px; height: 0px; width: 0px;
		z-index: 0; position: absolute; }