/* ====================================================
	Title:	Screen Style Sheet
	Author:	Harm Wimmenhove
	Site:	http://www.nr6.nl
	Date:	2006.11.10
==================================================== /*


/* =Import Stylesheets
   Only modern browsers import these stylesheets
==================================================== */

@import url("main.css");

/* Global element styling
================================================== */

html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	text-align: center;
	background: url(../images/bg_pattern.gif) repeat;
}

img {
	border: 0px;
}
a {
	text-decoration: underline;	
	color: #624d9c;
}

a:hover {
	text-decoration: none;
	color: #816db0;
}
h1 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 5px;
}
ul {
	margin: 0;
	padding: 0;
}