a:link
{
	color: rgb(51,153,0);
}
a:visited
{
	color: rgb(0,171,194);
} 
a:active 
{
	color: rgb(146,139,195);
}
a:hover 
{
	color: rgb(194,144,238)
}
body         
{ 
background-image: url('images/front_page_fade.jpg');
font-family: Trebuchet MS;
color: #cccccc; 
line-height: 100%;
font-size: 10pt;
margin-top: 0;
margin-bottom: 0;
}
table
{
	table-border-color-light: rgb(102,204,204);
	table-border-color-dark: rgb(0,102,102); 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Trebuchet MS;
}

h1
{/* Regular DJ's  */
	color: rgb(0,255,255);
	font-weight: bold;
	font-size: 10pt;
}

h2
{/* Guests DJs and artists */
	color: rgb(102,204,255); 
	font-weight: bold;
	font-size: 10pt;
}

h3
{/* number for notes yellow */
	color: rgb(255,255,153);
	font-size: 10pt;
	font-weight: normal; 
}

h4
{/* text color = wirless orange */
	color: rgb(255,148,0);
	font-size: 10pt;
	font-weight: normal;
}
/* text color = mid grey */
h5
{
	color: rgb(102,102,102);
}
/* text color = drk grey */
h6
{
	color: rgb(153,153,102);
}