@charset "utf-8";
/* CSS Document */

/* LINK COLORS Header */
a.linkHeader:link {
	text-decoration: none;
	color: #FFF;
	font-weight:600; 
}
a.linkHeader:visited {
	text-decoration: none;
	color: #FFF;
}
a.linkHeader:hover {
	color: #960;
	text-decoration: none;
}
a.linkHeader:active {
	text-decoration: none;
	color: #FFF;
}

/* LINK COLORS More... */
a.linkMore:link {
	font-weight:700;
	color: #f90;
	text-decoration: none;
}
a.linkMore:visited {
	text-decoration: none;
	color: #1a497d;
}
a.linkMore:hover {
	color: #f58220;
	text-decoration: none;
}
a.linkMore:active {
	text-decoration: none;
	color: #1a497d;
}

/* LINK COLORS Main */
a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

/* LINK COLORS Syllabus */
a.syllabus:hover {
	color: #960;
	font-weight:600;
	text-decoration: underline;
}

@media screen and (max-width: 1024px) {
a.linkMore:link {
	font-size:30px;
	}
}