body {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #CCCCCC;
}

.small {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #999999;
}

.medium {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #CCCCCC;
}

.big {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #66CC33;
}

.xbig {
	font-family: "Times New Roman", Times, serif;
	font-size: 34px;
	font-weight: bold;
	color: #EFD103;
}

.header_on {
	font-family: times;
	font-size: 20px;
	color: #66CCCC;

}

.header_off {
	font-family: times;
	font-size: 20px;
	color: #6699CC;

}

.spotlight-box {
	border: medium groove #3399CC;
	width: 30%;
	background-color: #000000;
	
}

.spotlight-title {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: bold;
	color: #CCFF99;
}

.spotlight-desc {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #CCFFFF;
}