/*** CSS Document Julien Kraakman ***/
/*** SPARK 2010 - Hogeschool van Amsterdam ***/


/* CSS General Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

*{
	margin: 0;
	padding: 0;
}


/*********************************
Opmaak voor hyperlinks
*********************************/


a:link {
	text-decoration: none;
	color: #3a8ddb;
}


a:visited {
	text-decoration: none;
	color: #3a8ddb;
}


a:active {
	text-decoration: none;
	color: #3a8ddb;
}


a:hover {
	text-decoration: underline;
	color: #3a8ddb;
}


/*********************************
Pagina Algemeen
*********************************/


body {
	background-color: #cecece;
	font: 14px Arial, Helvetica, sans-serif;
}

#intro{
	margin: 50px auto 0 auto;
	width: 640px;
}


#skip{
	margin: 20px auto 0 auto;
	width: 300px;
}