/* Styles for Topics List, Links and Fun*/

section {
	height: auto;
}

section#fun {
	height: 78%;
}

section p {
	font-size: 1.1em;
}

section ul.topic {
	float: none;
	margin-left: 37%;
	padding: 0px;
}

section ul.topic li {
	border: none;
	background: rgb(170,170,170);
	box-shadow: none;
	color: rgb(0,0,0);
	float: none;
	font-family: sans-serif;
	font-size: .9em;
	font-weight: bold;
	text-align: left;
}

section ul.math {
	margin: 0px;
}

section ul.math li {
	font-size: .9em;
	font-weight: normal;
}

section ul.math li a {
	color: rgb(0,0,100);
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-align: left;
	text-decoration: none;
}

section ul.science {
	margin: 0px;
}

section ul.science li {
	font-size: .9em;
	font-weight: normal;	
}

section ul.testprep {
	margin: 0px;
}

section ul.testprep li {
	font-size: .9em;
	font-weight: normal;	
}

section ul.music {
	margin: 0px;
}

section ul.music li {
	font-size: .9em;
	font-weight: normal;
}

article.quotes {
	height: auto;
}