/*
Basic Opera House Website StyleSheet

Invoke with the following:  	
<LINK REL="StyleSheet" TYPE="text/css" HREF="styles/basic.css" TITLE="Basic Opera House Web Style Sheet">

Last Modified 03 December 2001
*/

/* GENERAL*/

a {
	text-decoration: none;
	font-weight : bold;
}


/* Paragraph related classes */

p {  
	color : #666666;
	font-family: Bookman Old Style, Arial, Times, serif;
	font-size : smaller;	
}

h3 {
	color : #666666;
}
p.header {
	font family : Arial, Times, serif;
	text-align : center;
	font-weight : bold;
}


p.navmenu {
	font-weight : bold;
	font-size : smaller;
}

p.question {
	font-size : x-small;
	text-align : center;
}

p.notice {
	font-style : italic;
}
div.menu {
	color : #666666;
	font-family: Bookman Old Style, Arial, Times, serif;
	font-size : smaller;	
}
