/* Character Profile Style Sheet */

:root {
	--profile_box_bg: #E27602; /* darker orange */
		--profile_highlight_1: #FFFFFF; /* white */
		--profile_highlight_2: #F5C77E; /* faint orange */
}

body {
		text-align: left;
		background-color: var(--owner_BlackSpruce); 		/* Fursona Eyes */
	}
	
table {
		border: 10px solid black; 
		width: 850px;					/* looks good in 900px wide iframe */
		background-color: #FFFFFF;  	/* white */
		margin-left: 0;
	}

fieldset {
		border: 2px solid black;
		background-color: #FFFFFF;  	/* white */
		display: block;					/* Basically just for the name box */
	}