/* CSS Document */
/*
------------------------------------
	Webdesign by:
	
	Oké Webdesign
	www.oke-webdesign.nl
	Zeijen, The Netherlands
------------------------------------
*/

body {
	padding: 0;
	margin: 0;
	
	width: 980px;
	position: absolute;
	right: 50%;
	margin-right: -500px;
	
	padding: 10px;
	
	font: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: justify;
	
	background-color: #fff;
}

p {
	color: #333;
}

b {
	color: #000;
}

h1 {
	font-size: 20px;
	color: #000;
}

ul, li {
	color: #333;
}

tr, td {
	color: #333;
}

a:link {
	color: #f00;
	text-decoration: underline;
}

a:visited {
	color: #f00;
	text-decoration: underline;
}

a:active {
	color: #f00;
	text-decoration: underline;
}

a:hover {
	color: #998d53;
	text-decoration: none;
}

hr {
	color: #998d53;
}

.photonoborder {
	margin: 5px;
	border: none;
}

.photonoborderright {
	position: relative;
	float: right;
	margin: 5px;
	border: none;
}

.left { 
	text-align: left;
}

.center {
	text-align: center;
}

.footer {
	text-align: center;
	font-size: 10px;
	margin-top: -7px;
}

.footer a {
	font-weight: bold;
	color: #998d53;
}

