/**** CONFIGURABLE SECTION ****************************************************/

body {
	background: black;
	color: gold;
}

a img {
        border-color:#E7B000;
}


/* .body table bodies, td bodies */
.body, .body td, td.body {
	background: black;
	color: gold;
}

/* lines, header backgrounds, &c */
.accent, .accent td, td.accent {
	background: #E7B000;
}

.menutitle {
	font-size: 24px;
	color: white;
	font-weight: bold;
}

/* links */
a:link {
	text-decoration: none;
	color: gold;
}
a:visited {
	text-decoration: none;
	color: gold;
}
a:active {
	text-decoration: none; 
	color: gold; 
}
a:hover {
	text-decoration: underline;
	color: gold;
}

/* header links */
a.hcell {
	color: gold;
	background-color: transparent;
}
a.hcell:hover {
	color: black;
	background: #E7B000;
}

/**** END OF CONFIGURABLE SECTION *********************************************/


body {
	font-family: arial, sans-serif;
	margin: 0px;
	padding: 0px;
}

/* .normal: for uses such as the 'Updated' date on the home page */
span.normal {
	font-size: 13px;
}

/* .mini: subtext on videos */
span.mini {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
}
/* .large: for titles */
span.large {
	font-family: arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
/* .larger: for the "Rate Video" section */
span.larger {
	font-family: arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	}
/* .huge: for big, big links */
span.huge {
	font-family: verdana, sans-serif;
	font-size: 24px;
	font-weight: bold;
}


/* header links */
a.hcell {
	padding: 9px;
	text-decoration: none;
	font-family: arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
a.hcell:hover {
	text-decoration: none;
}
