/* Generic Selectors Premiere Dance */
body {
	font-family: Arial;
	margin: 0px;
	font-size: 12px;
	color: #FFFFFF
}

.Headline_Text {
	font-family: "Arial";
	font-size: 20px;
	color: #CCCC33
	}
.bio_sub_Text {
	font-family: "Arial";
	font-size: 11px;
	color: #FFFFFF
	}
.sub_Headline_Text {
	font-family: "Arial";
	font-size: 14px;
	font-weight: bold;
	color: #CCCC33
	}

a {
	font-family: "Arial";
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF
}


.bold_link {
	font-family: "Arial";
	font-size: 16px;
	font-weight: bold;
	color: #CCCC33
	}
/*************************  Pseudo classes *************************/

a:visited { 
	font-family: "Arial";
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF
}

a:hover {
font-family: "Arial";
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;

}  
a:active { 
font-family: "Arial";
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF
} 

