body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: Times New Roman, serif;
	font-size: 16pt;
	color: #000000;
	background-color: #FFFFFF;
}

p {
	font-family: Times New Roman, serif;
	font-size: 12pt;
	color: #000000;
}

/* "You Can Be a Star" headline */
.star {
	font-family: Times New Roman, serif;
	font-size: 22pt;
	font-weight: bold;
	color: #000000;
}

/* Small Headline */
.h2 {
	font-family: Times New Roman, serif;
	font-size: 16pt;
	color: #000000;
}

/* "Over $2,000 in Prize Money" */
.hmoney {
	font-family: Times New Roman, serif;
	font-size: 24pt;
	font-style: italic;
	font-weight: bold;
	color: #990000;
}

/* Small Caps */
.smallcaps {
	font-family: Times New Roman, serif;
	font-size: 22pt;
	font-variant: small-caps;
	font-weight: bold;
}

/* Small Caps [Red] */
.smallcapsred {
	font-family: Times New Roman, serif;
	font-size: 22pt;
	font-variant: small-caps;
	font-weight: bold;
	color: #990000;
}

/* Small Caps Small Black */
.smallcapssmall {
	font-family: Times New Roman, serif;
	font-size: 16pt;
	font-variant: small-caps;
	font-weight: bold;
	color: #000000;
}

/* Small Caps Small Red */
.smallcapssmallred {
	font-family: Times New Roman, serif;
	font-size: 16pt;
	font-variant: small-caps;
	font-weight: bold;
	color: #990000;
}

/* Talent Search Dates */
.dates {
	font-family: Times New Roman, serif;
	font-size: 18pt;
	font-weight: bold;
	font-style: italic;
}

/* Copyright */
.copyright {
	font-family: Times New Roman, serif;
	font-size: 12pt;
	color: #000000;
}

/* Small Red Text */
.smallred {
	font-family: Times New Roman, serif;
	font-size: 12pt;
	color: #990000;
}