/* sets the general format of all web pages in this site */

/* HTML selectors */

/* 	FONT FAMILY TYPES */
	/* time family very bold --  bookman old style, imprint mt shadow, */
	/* times family -- georgia, garamond, tahoma, calisto mt, palatino linotype, bell mt, book antiqua, baskerville old face, century schoolbook, footlight mt light, */
	/* small bold times -- centaur, goudy old style, perpetua, */
	/* arial family -- arial, verdana, helvetica, geneva, sans-serif, trebuchet ms,  */
	/* stylus family -- high tower style, stylus bt, maiandra gd, poor richard, tempus sans itc, */
	/* script -- monotype corsiva, viner hand itc, */
	/* good for header -- colonna mt, imprint mt shadow, monotype corsiva, */
	
BODY {
	font-family:  arial, garamond, calisto mt, goudy old style, book antiqua, palatino linotype, courier new, times new roman;	
}

A {
	/*text-decoration:none;*/
	color:black;
	/*font-variant: small-caps;*/
	font-style: bold;
}

A:hover{
	/*background-color: yellow;*/
	text-decoration:underline;
	color: red;
}

H3{
	font-family: arial, imprint mt shadow, colonna mt, garamond, monotype corsiva, courier new, times new roman;
	font-size: 25pt;
	font-weight:600;
	line-height:2;
	color:red;
	text-align:center;
}
H2{
	font-family: arial, imprint mt shadow, colonna mt, garamond, monotype corsiva, courier new, times new roman;
	font-size: 15pt;
	font-weight:600;
	line-height:2;
	color:red;
	text-align:center;
}
P{
	text-indent: 2em;
}
/* Class selectors (usage <B class="yellow"></B>)
   Best used with DIV and SPAN tags */

TD {
	font-family:  arial, garamond, calisto mt, goudy old style, book antiqua, palatino linotype, courier new, times new roman;	
	font-size: 10pt;
	font-weight: 550;
	line-height: 1.5;
	color:black;
}
   
.linkstyle {
	font-family:  arial, garamond, calisto mt, goudy old style, book antiqua, palatino linotype, courier new, times new roman;	
	font-size: 9pt;
	font-weight: 550;
	line-height: 2;
}

.textstyle {
	font-family: arial, garamond, calisto mt, goudy old style, book antiqua, palatino linotype, courier new, times new roman;	
	font-size: 10pt;
	font-weight: 550;
	line-height: 1.5;
	color:black;
}

.rednote {
	font-family:  arial, garamond, calisto mt, goudy old style, book antiqua, palatino linotype, courier new, times new roman;	
	font-size: 12pt;
	font-weight: 800;
	line-height: 1.5;
	color:red;
}
.heading {
	font-family:  copprplgoth bt, garamond, arial, calisto mt, goudy old style, book antiqua, palatino linotype, courier new, times new roman;	
	font-size: 16pt;
	font-weight: 250;
	line-height: 2.0;
	font-style: roman;
	color: white;
}
.cover {
	font-family:  arial, garamond, calisto mt, goudy old style, book antiqua, palatino linotype, courier new, times new roman;	
	font-size: 16pt;
	font-weight: 600;
	line-height: 1.5;
	color: white;
}

.tickets {
	font-family:  arial, garamond, calisto mt, goudy old style, book antiqua, palatino linotype, courier new, times new roman;	
	font-size: 8pt;
	font-weight: 500;
	line-height: 1.5;
	color: orange;
}