<style>
/**
 * This is the style sheet for the site.
 */

/**
 * For some wacky reason the first class is sometimes ignored.
 * This dummy class accounts for that error.
 */
P.Dummy {}

/**
 * This class automatically applies itself to all <p> tags to define 
 * the main content text.
 */
P {
	color: #000000;
	font-size: 12pt;
	margin-left: 20px;
	font-family: "Book Antiqua", 
	"Times New Roman", "Arial";}

/**
 * This class Automatically applies itself to all links that do not 
 * have an overriding class attribute.
 */
A {color: #00008B; font-weight: bold; text-decoration: none;}
A:Link {color: #00008B;}
A:Visited {color: #00008B;}
A:Active {color: #B22222;}
A:Hover {color: #B22222; text-decoration: none;}

/**
 * This class should be used only for the main "Travellers Union 
 * Theatrical Company" header across the top of the page.
 */
.Title {
	color: #000000;
	font-size: 26pt;
	font-family: "Old English Text MT",
	"Poor Richard", "Bookman Old Style", 
	"Trebuchet MS", "Arial";}
A.Title {color: #000000; font-weight: normal; text-decoration: none;}
A.Title:Link {color: #000000;}
A.Title:Visited {color: #000000;}
A.Title:Active {color: #000000;}
A.Title:Hover {color: #000000; text-decoration: none;}

.H1 {
	color: #000000;
	font-size: 20pt;
	margin-left: 5px;
	font-family: 
	"Times New Roman", "Arial";}

.H2 {
	color: #000000;
	font-size: 16pt;
	margin-left: 10px;
	font-family: 
	"Times New Roman", "Arial";}

.H3 {
	color: #000000;
	font-size: 14pt;
	margin-left: 15px;
	font-family:
	"Times New Roman", "Arial";}

.H31 {
	color: #000000;
	font-size: 13pt;
	margin-left: 15px;
	font-family:
	"Times New Roman", "Arial";}

.H4 {
	color: #000000;
	font-size: 12pt;
	margin-left: 15px;
	font-family: 
	"Times New Roman", "Arial";}

.Sidebar {
	color: #000000;
	font-size: 15pt;
	font-family: "Book Antiqua", 
	"Times New Roman", "Arial";}
A.Sidebar {color: #8B0000; font-weight: normal; text-decoration: none;}
A.Sidebar:Link {color: #8B0000;}
A.Sidebar:Visited {color: #8B0000;}
A.Sidebar:Active {color: #8B0000;}
A.Sidebar:Hover {color: #00008B; text-decoration: none;}
A.SidebarSelected {color: #00008B; font-size: 16pt; font-weight: bold; text-decoration: none;}
A.SidebarSelected:Link {color: #00008B;}
A.SidebarSelected:Visited {color: #00008B;}
A.SidebarSelected:Active {color: #00008B;}
A.SidebarSelected:Hover {color: #00008B; text-decoration: none;}

.SmallText {
	color: #000000;
	font-size: 9pt;
	margin-left: 0px;
	font-family: "Book Antiqua",
	 "Times New Roman", "Arial";}	
	
/**
 * This class automatically applies itself to all <li> tags to define 
 * the main content text within an ordered or unordered list.
 */
LI {
	color: #000000;
	font-size: 12pt;
	font-family: "Book Antiqua", 
	"Trebuchet MS", "Arial";}

</style>