/* external style sheet */
/* filename 'format.css' */
/* no html needed */
	

	p.header {font-family: "Century Gothic", Verdana, Arial, Helvetica; 
			font-size: xx-small;}
	p		{font-family: "Century Gothic", Verdana, Arial, Helvetica; Font-size: small;}
	caption	{font-family: "Century Gothic", Verdana, Arial, Helvetica; 
			font-size: small;}
	blockquote	{font-family: "Century Gothic", Verdana, Arial, Helvetica; font-size: xx-small; }
	menu	{font-family: "Century Gothic", Verdana, Arial, Helvetica; Font-size: small;}
	li	{font-family: "Century Gothic", Verdana, Arial, Helvetica; Font-size: small;}
	A:visited	{color: black; font: 10pt "Century Gothic", Verdana, Arial, Helvetica;}
	A:link	{color: olive; font: 10pt "Century Gothic", Verdana, Arial, Helvetica;}
	A:hover	{color: red; font: 10pt "Century Gothic", Verdana, Arial, Helvetica;}
	h1		{font-family: Times New Roman, Times;}
	h2		{font-family: Times New Roman, Times;}
	h3		{font-family: Times New Roman, Times;}
	.announce {
	font: bold;
	background-color: yellow;
	border-bottom-color : #006300;
	border-bottom-width : thin;
	border-top-color : #006300;
	border-top-width : thick;
	color : #FF0063;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : large;
	padding : 10px 10px 10px 10px;
	text-align : center;
	letter-spacing : 4px;
	line-height : 22px;
}
.birthday {
	font-family : Impact;
	font-size : x-large;
	font-weight : 400;
	color : #FF0063;
	letter-spacing : 10px;
}
.performers {
	background: #CE6300;
	border: #313100;
	border-bottom: 3px;
	border-right: 3px;
	color: White;
	font:;
	font-size : larger;
	font-weight : normal;
	padding : 10px 20px 10px 25px;
	letter-spacing : 3px;
}