body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	
	/*background-color: #000000;*/
	
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

h1{
	font-size: 24px
}
h2{
	font-size: 18px
}
h3, capxion, marquee {
	font-size: 14px
}
h4{
	font-size: 12px
}
h5{
	font-size: 8px
}
body, td, input, textarea, select, h6, button, label, fieldset, legend  {
	font-size: 12px;
}

a:hover {
	background-color: #000000; /*tekstkleur*/
}

a{
	color: #FFFFFF;
	background-color: #FF0000;
	}
/*
a:link       { color: rgb(255,204,0) }
a:visited    { color: rgb(153,153,102) }
a:active     { color: rgb(102,255,0) }
*/