/*
 * Author: Kris Spencer
 * Date: 2/6/17
 * File: optionsstyles.css
 *
 * This file styles the rules page for Fast Track
 */
 
 body {

	background-color: rgb(255, 255, 204);


}

button {
	
	background-color: rgb(0, 255, 0);
	display: block;
	float: right;
	font-size: 14pt;
	height: 80px;
	width: 120px;
	
}

button:active {
	
	background-color: rgb(0, 200, 0);
	

	
}

button:active:hover {
	
	background-color: rgb(0, 200, 0);
	
}


button:hover {
	
	background-color: rgb(0, 230, 0);
	
}

div.button {
	
	margin-left: auto;
	margin-right: auto;
	width: 8.9in;
	
}

div.rulesheet {

	background-color: white;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	width: 8.5in;

}

div.rulesheet h1 {

	padding-top: 5px;
	text-align: center;

}

div.rulesheet p {

	margin-left: 15px;
	margin-right: 15px;

}