/*
 * Cascading Style Sheet for Jssotw pages
 */


body	{	
	font-size: 9;
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	color: #000000;
	background-image: url(images/background.gif)
	}	

table, tbody, tr, td	{
	font-size: 9;
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	color: #000000;
	}	

h1, h2, h3, h4, h5, h6 {
	font-size:	9;
	font-family:	Verdana, Tahoma, Helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;	
	color: #006600;
	border:	0;
	margin-top:	0;
	margin-bottom:	0;
	margin-right:	5px;
	margin-left: 5px;
	padding: 0
	}
		
h1	{
	/*Previous songs of the week*/
	font-size: 13;
	font-weight: bold;
	color: #000000;
	}	

h2	{
	/*Previous songs of the week*/
	font-size: 13;
	font-weight: bold;
	}

h3 {
	 /*Previous songs of the week*/
	}

h4 {
	/*Normal black paragraph, with indent, justified*/
	text-indent: 2em;
	text-align: justify;
	color: #000000;
	}

h5 {
	/*Normal green paragraph, with indent, justified*/
	text-indent: 2em;
	text-align: justify;
	}
	
h6 {
	/*x-mas special + Lines on 'News', without indent, centered*/
	color: #ff0000;
	}

a:link {
	color: #cc0000;
	font-weight: normal
	}	
		
a:visited	{	
	color: #660099;
	font-weight: normal
	}	
		
a:active	{	
	color: #333366;
	font-weight: normal
	}	
		
a:hover	{	
	color: #333366;
	font-weight: normal
	}	
		
a:offsite	{
	color: #cc0000;
	font-weight:	normal
	}

.navi {
	width: 187;
	height: 399;
	overflow: auto
	}

.main {
	width: 310;
	height: 399;
	overflow: auto
	}

.cdrbody {
	background-image:  url(images/cdrimages/background.gif);
	}

.cdr1 {
	width: 50;
	height: 399;
	overflow: auto
	}

.cdr2 {
	width: 260;
	height: 399;
	overflow: auto
	}
	

