table { /*Makes the table on top of the page use bold fonts */
	font-family: "Georgia", "Bookman Old Style", "serif";
	font-size: 8pt;
	width: 99%;	
}

.rbn { /*This is for the text in the 'Listen Live' section */
	font-family: "Georgia", "Bookman Old Style", "serif";
	font-weight: bold;
	font-size: 14pt;
}

.tableDiv{  /*Makes the bottom table black with white text */
	color: #FFFFFF;
	background-color: #000000;
	font-family: "Georgia", "Bookman Old Style", "serif";
	font-weight: bold;
	width: 99%;
}

.links{  /*Makes the links page black*/
	color: #FFFFFF;
	background-color: #000000;
	font-family: "Georgia", "Bookman Old Style", "serif";
	font-weight: bold;
	width: 450px;
	align: left;
}

.tableDiv td { /*adds a bit of padding to the cells in the bottom table */
	padding: 5px 5px;
}

a.Darklink:link, a.Darklink:visited, a.Darklink:hover { /*This makes the links in the 'Listen Live' section black before and after they're visited*/
	color: #000000; 
	border-bottom: #000000 1px solid; 
	text-decoration: none;
	font-size: 14pt;
}

a.White:visited, a.White:link { /*This makes the links in the black table at the bottom of the page white before and after they're visited*/
	color: #FFFFFF;
	border-bottom: #FFFFFF 1px solid;	
}

body { /*This defines what any body text on the site will look like.*/
	font-size: 8pt;
	font-family: "Georgia", "Bookman Old Style", "serif";
	color: #000000;
	text-align: center;
}

a:link { /* Covering each of the bottom elements here, this defines how the links on the site look. The hex codes which follow 'color''  can be changed. do a search for 'color hex codes' and you'll find many sites with examples. */
    color: #36648B;
    font-size: 8pt;
    font-weight: bold;
    text-decoration: none;
}

a:visited {
    color: #104E8B;
    font-size: 8pt;
    font-weight: bold;
    text-decoration: none;
}

a:focus, a:hover, a:active {
	color: #CC1100;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: underline;
}

a.Donate:link, a.Donate:visited, a.Donate:hover { /*This makes the links in the 'Listen Live' section black before and after they're visited*/
	color: #E3170D; 
	border-bottom: #E3170D 1px solid; 
	text-decoration: none;
	font-size: 14pt;
}