/*

  Hèlens Webstudio  http://www.helenswebstudio.nl
  Copyright (c) Hèlens Webstudio

  $Bestandsnaam: stylesheet.css
	
*/

body {
	background-color: #0a0a0a;
  	margin: 0px;
	font-family: Trebuchet MS, Arial;
	font-size: 13px;
	color: #000000}
	
.main {
	font-family: Trebuchet MS, Arial;
	font-size: 13px;
	color: #000000}

a:link {
	color: #000000;
	text-decoration: underline}
			
a:visited {
	color: #000000;
	text-decoration: underline}
				
a:active {
	color: #000000;
	text-decoration: underline} 
			
a:hover {
	color: #000000;
	text-decoration: underline}

.cursief{
	color: #807f56;
    font-style: italic}
	
a.cursief:link {
	color: #807f56;
    font-style: italic;
	text-decoration: underline}
	
a.cursief:active {
	color: #807f56;
    font-style: italic;
	text-decoration: underline}
	
a.cursief:visited {
	color: #807f56;
    font-style: italic;
	text-decoration: underline}
	
a.cursief:hover {
	color: #807f56;
    font-style: italic;
	text-decoration: underline}

.new{
	color: #C00000;
	font-size: 11px}
	
a.new:link {
	color: #C00000;
	text-decoration: underline}
	
a.new:active {
	color: #C00000;
	text-decoration: underline}
	
a.new:visited {
	color: #C00000;
	text-decoration: underline}
	
a.new:hover {
	color: #C00000;
	text-decoration: underline}

.small{
	color: #000000;
	font-size: 11px}
	
a.small:link {
	color: #000000;
	text-decoration: underline}
	
a.small:active {
	color: #000000;
	text-decoration: underline}
	
a.small:visited {
	color: #000000;
	text-decoration: underline}
	
a.small:hover {
	color: #000000;
	text-decoration: underline}