/***********************************************/
/* kindersongs.css                             */
/***********************************************/

body{
	font-family: "Myriad Pro";
	color: #000000;
	line-height: 1.166;
	margin-right: 80px;
	margin-left: 80px;
	font-size: 12px;
	border: 1;
	border-color: #00FF00;
	border-style: line;
	outline-color: #00FF00;
	background-color: #66FF00;
}

a:link, a:visited, a:hover {
	color: #0033CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 14px;
}

a:hover {
	text-decoration: underline;
	color: #FF00FF;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #000000;
}

h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #3300FF;
}

h2{
 font-size: 24px;
 color: #0000CC;
}

h3{
 font-size: 100%;
 color: #FF0000;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
	font-size: 100%;
	color: #334d55;
	outline-color: #000000;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}



/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#Advertentie rechts{
	margin: 0;
	padding: 5px 0px;
	width: 200px;
	color: #00FF00;
	text-align: left;
	white-space: normal;
	display: table-column;
	vertical-align: top;
	border: 1px solid #00FF00;
	border-color: #00FF00;
	border-top-color: #00FF00;
	border-right-color: #00FF00;
	border-bottom-color: #00FF00;
	border-left-color: #00FF00;
	position: relative;
}

#Advertentie onder{
	display: inline-table;	
}

#Player{
	font-family: Helvetica;

}

