/*copyright 2011 AXZC design*/

.clear {font-size: 1px; height: 2px}
.clear1 {font-size: 1px; height: 2px}
.clear2 {font-size: 1px; height: 10px}

/*tabellen*/

.table001 {font: bold 15px/normal Arial, Helvetica, sans-serif;
			color: #ffffff;
			}
			
.table002 {
	font: 13px/normal Arial, Helvetica, sans-serif;
	color: #FFF;
			}
			
.table003 {font: bold 14px/normal Arial, Helvetica, sans-serif;
			color: #ffffff;
			}
			
.table004 {font: 10px/normal Arial, Helvetica, sans-serif;
			color: #888888;
			}
			
/*links*/
			
a:link {
	color: #ffffff
	font-weight: bold;
	text-decoration: none;
}

a:visited {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
    color: #01D800;
	font-weight: bold;
}

a:active {
	font-weight: bold;
	text-decoration: none;
}

/*achtergronden*/

body {

	background-image: url(../pics/bg-01.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body { overflow-y: scroll; }
