@charset "UTF-8";
/*Styles for moginspace.us
	Styles for sub_images.htm */

	a:link, a:visited { color:#78FFEB; /*light sea bluish green*/ }
	a:hover, a:active { background-color:#009DA5; /*rich sea blue*/ }

	body {
		color:#FFF;
		background-color:#000;
		margin:0;
		border-style:none;
		font-family:georgia, verdana;
	}

	#the_artwork {
		width:700px;
		height:600px;
		margin:0 auto;
	}
		#the_artwork table { width:100%; }

		#the_artwork table td {
		width:225px;
		padding:5px 5px 15px 5px;
		text-align:center;
		font-size:10pt;}
