/* CSS Document */

#main {
	width: 90%;
}
.rules h3 {
	color: #C03;
	margin: 15px 0px 0px 0px;	
	font-weight: 900;
}
.rules h4 {
	color: #284d7b;
	margin: 15px 0px 0px 0px;
	font-weight: 900;
}
.rules h4:first-of-type {
	margin: 0px;	
}
.rules {
	color: #284d7b;
	padding: 5%;
	margin-bottom: 0px;
	width: 90%;
	text-align: left;
	background-color: #d5eaff;
	border: 1px solid #284d7b;
	border-radius: 20px;
}
.rules p {
	margin-bottom: 0px;	
}
.rules a {
	font-weight: 800;
	color: #284d7b;
	text-decoration: underline;
}
.rules a:hover {
	color: #C03;
}
.bar {
	margin: 0px 10px;	
}