/* Heads */

h1 {
	font-size: 26px;
	margin: 4px 4px 16px 4px;
	padding: 0px;
	text-align: left;
}

h4 {
	font-size: 18px;
	font-weight: bold;
	margin: 16px 4px 12px 4px;
	padding: 0px;
	text-align: left;
}

h5 {
	font-size: 12px;
	font-weight: bold;
	margin: 16px 4px 12px 4px;
	padding: 0px;
	text-align: left;
}

h6.courseCode {
	font-size: 10px;
	font-weight: normal;
	margin: -14px 0px 8px 6px;
	padding: 0px;
	text-align: left;
}

/* Normal Text */

p {
	font-size: 11px;
	margin: 4px;
	padding: 0px 4px 0px 4px;
	text-align: justify;
}

.notification {
	color: #0000aa;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

.successMessage {
	color: #00dd00;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

.errorMessage {
	color: #ff0000;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

em.errorMessage {
	clear: both;
	float: left;
	margin: 0px 2px 4px 2px;
	width: 100%;
}

.successMessage {
	color: #22bb22;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

em.errorMessage {
	clear: both;
	float: left;
	margin: 0px 2px 4px 2px;
	width: 100%;
}

/* Lists */

ul, ol {
	font-size: 11px;
	margin: 2px 2px 2px 26px;
	padding: 0px;
}

li {
	margin: 4px;
	padding: 0px;
	text-align: justify;
}

/* Other Things */

br {
	clear: both;
}