@import "reset.css";
@import "curriculum.css";
@import "navigation.css";
@import "misc.css";
@import "exercises.css";
@import "PageLayout.css";

body {
	margin: 0px;
	font: 14px verdana, helvetica, sans-serif;
	color: #666;
	background-color: #ffffff;
}

hr {
	border: 0;
	background-color: #aaa;
	height: 1px;
	width:100%;
	clear:both;
}

a {
	color: #446688;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */