@charset "utf-8";
/* CSS Document; this is the reset css from meyerweb, customized according eduvision*/

html, body, div, span, object, h1, h2, h3, h4,
h5, h6, p, blockquote, a, em, img, b, u, i,
center, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
footer, header, hgroup, menu, nav, output,
ruby, section, summary, time, mark, audio,
video {
	border-style: none;
	border-color: inherit;
	border-width: 0;
	padding: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}