body{
	background-image:url("../Pictures/initials.png");
	background-repeat:repeat;
	font-family: Georgia, sans-serif;
	padding:0% 5%;
}
h1{
	font-size: 325% ;
	
}
header{
	line-height: 60%;
}
article{
	font-size:100%;
}
a:hover{color:#444444; cursor:pointer;}
table
{
border-collapse:collapse;
}
table,th, td
{
border: 1px solid black;
}
#top{
	color: #666666;
	background-color: #AACCAA;
	text-align:center;
	width:100%;
	clear:both;
	padding:5px;
}
.caps{
	text-transform:capitalize;
    font-variant:small-caps;
    font-size:150%;
}
.book{
	font-size: 60%;
	line-height: 100%;
}
#chapter{
	font-size: 60%;
	line-height: 100%;
}
#section_select{
	font-size: 60%;
	line-height: 100%;
}
.title{
	font-size: 100%;
}
.name{
	font-size: 250%;
}
.box{
	border-color: #000000;
	border: 2px;
	border-style:solid;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 10px;
	font-size: 110%;
	line-height: 150%;
	background-color: #CCEEEE;
	color: #666666;
	margin: 30px;
}
.task{
	border-color: #000000;
	border: 8px;
	border-style:solid;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	font-size: 100%;
	line-height: 100%;
	background-color: #EECCEE;
	color: #666666;
	width:auto;
	margin 20px 0px 20px 0px;
}
.quiz{
	border-color: #000000;
	border: 8px;
	border-style:solid;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 10px;
	font-size: 100%;
	line-height: 150%;
	background-color: #EEEECC;
	color: #666666;
	margin: 20px;
	width: 25%;
	display: inline-block;
}
.fraction {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  margin-left: 2px;
  margin-right: 2px;
}
.frac {
  line-height: 100%;
  padding-left: 6px;
  padding-right: 6px;
}
.numerator {
  border-bottom: 1px solid;
}
.question{
	
}
.answer{
	
}
.multi{
	margin 0% 0% 0% 20%;
	text-align:left;
}
.core{
	color: #0000FF;
}
.further{
	color: #00CC00;
}
.mechanic{
	color: #FF8800;
}
.statistics{
	color: #CC0000;
}
.decision{
	color: #FF00FF;
}
