/* standaardstylesheet voor website Grooney Pyro Effects BV */
/* copyright 2010 Strik Design */
/* www.strikdesign.nl */
/* office@strikdesign.nl */

/* html selectors */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	padding: 0;
	border: 0;
}
html, body, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-color: #000;
}

/* basiselementen */
#container {
	width: 700px;
	text-align: left;
	position: relative;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
}
#tekst {
	color: #FFF;
	font-size: 14px;
}
#tekst .groot {
	font-size: 24px;
}
#tekst a:link, #tekst a:visited {
	color: #FFF;
}
#tekst a:hover, #tekst a:active {
	color: #F3E899;
}

