

/*BACKGROUND body */

BODY{
	
	BACKGROUND: #9539dc;
	MARGIN: 20px 10px 20px; 
	FONT-FAMILY: arial,helvetica,sans-serif; 
}

/* Text Styles */


 	
 .text {
	FONT-FAMILY: arial; 
   	color: #666666;
 	font-size: 14px;
 	font-weight: normal;
	margin-left: 10px;
	margin-right: 10%
	
}

 .text2 {
	FONT-FAMILY: arial; 
   	color: #ff0000;
 	font-size: 16px;
 	font-weight: normal;
	margin-left: 10px;
	margin-right: 2%
	
}


.text3 {
	FONT-FAMILY: arial; 
   	color: #5c2106;
 	font-size: 16px;
 	font-weight: normal;
 	margin-left: 10px;
	margin-right: 2%


}

.text4a {
	FONT-FAMILY: arial; 
   	color: #f80b16;
 	font-size: 18px;
 	font-weight: heavy;
 	margin: 0px 0 0px 0;
 	
}

.text5 {
	FONT-FAMILY: arial; 
   	color: #5c2106;
 	font-size: 22px;
 	font-weight: heavy;
 	margin-left: 2px;
	margin-right: 2%

}

.text5a {
	FONT-FAMILY: arial; 
   	color: #5c2106;
 	font-size: 18px;
 	font-weight: heavy;
 	margin: 0px 0 0px 0;
 	
}

 

.text8 {
	FONT-FAMILY: arial; 
   	color: #ff0000;
 	font-size: 22px;
 	font-weight: heavy;
 	margin: 0px 0 0px 0;
 

}

.footertext {
	FONT-FAMILY: arial; 
   	color: #ffffff;
 	font-size: 12px;
 	font-weight: heavy;
 	margin-left: 10px;
	margin-right: 5%

}


p {    
	margin: 0 0 0px 0;
  }





p.padding {
        padding: 10px 23px 10px 27px;

}




ul {
	margin: 0;
	padding: 0 23px 10px 27px;
	list-style: disc;
	line-height: 1.2em;
	}

li {
	padding-bottom: 7px;
	}

a:link, a:visited {color: red; text-decoration: yes; image-decoration: none} /*algemene link kleuren*/

a:hover {background: yellow; color: orange}


a.a1:hover {background: yellow; color: white} /*cursussen pagina hover*/


a.a2:link, a.a2:visited {color: white; text-decoration: none} /*footer kleuren*/

a.a2:hover {background: orange; color: white} /*footer hover*/

img {
	margin-right:15px;}

CREATE TABLE `leden` (
  `id` int(11) NOT NULL auto_increment,
  `email` varchar(100) NOT NULL default '',
  `punten` varchar(200) NOT NULL default '',
  PRIMARY KEY  (`id`)
);


