


	/*/////////////////////////////////////////////////
	//                                               //
	//	File		: screen.css                     //
	//	Author		: Frismedia   www.frismedia.nl   //
	//	Date		: 14-06-2005                     //
	//                                               //
	//	Notes		:                                //
	//                                               //
	/////////////////////////////////////////////////*/


body
{
	background-color: #FFFFFF;
	background-image: url(../img/bck.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	margin:10px;
}

p 
{
	margin:0 0 1em 0;
	padding:0;
	color: #003263;
	text-decoration: none;
	text-align:left;
}

h2, .broodkop 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-style: normal;
	font-weight: bold;
	color: #003263;
	text-decoration: none;
	text-align:left;
	margin:0;
	padding:0;
}

a
{
	text-decoration:underline;
	color:black;
	font-weight:normal;
}

a:hover 
{
	color: #003263;
}
