/*
	Nonstopmuziek.CSS
	Stylesheet type 2
	Copyright RTV Software
*/

/* Main */
BODY
{
	width:					100%;
	background-color:		#C0C0C0;
	color:					#000000;
	width:					90%;
	border-style:			solid;
	border-width:			1px;
	border-color:			gray;
}

TABLE.MainTable
{
	width:					100%;
	background-color:		#FFFFFF;
	color:					#000000
	text-align:				left;
	padding-left:			5px;
	padding-right:			5px;
	
	/* default font */
	font-family:			verdana, sans-serif;
	font-size:				11px;
}


/* Copyright */
SPAN.copyright
{
	color:					gray;
	font-family:			verdana, sans-serif;
	font-size:				10px;
	text-align:				left;
}
A.copyright
{
	cursor:					pointer;
	text-decoration:		underline;
	color:					gray;
}
