/*
		
	GwyddionGames About Style Sheet
	Author:	JP Dhabolt
	Date: 8/29/2015
	
	Filename:			about.css
	Supporting Files:
	
*/

/* Mission Statement Styles */
cite {
	background-color: rgb(0,100,0);
	border: 3px solid orange;
	clear: left;
	float: left;
	margin: 10px;
	padding: 5px;
}

em {
	color: black;
}

/* List Styles */

ol {
	background-color: rgb(0,100,0);
	border: 3px solid orange;
	color: orange;
	list-style-type: upper-roman;
	margin: 10px auto;
	padding: 5px 40px;
	text-align: left;
	width: 60%;
}

ol li {
	display: list-item;
	list-style-type: upper-roman;
}

dt {
	color: orange;
	font-size: 1.2 em;
}

/* Header Styles */

h1 {
	color: orange;
	font-weight: bold;
	font-size: 1.5em;
}