/*this is the core style sheet for Academy of Music*/

body {
	margin-top: 5px;
	font-weight: normal; 
	font-size: 10pt; 
	font-family: verdana;
	}
a:link{ 
	color: #540A0A;
	vlink: #993300;
	}

a.main:link{ 
	color: #ffffff;
	font-weight: bold; 
	font-size: 10pt; 
	line-height: 50%;
	font-family: Lucida Bright, verdana, arial;
	text-decoration: none
	}
a.main:visited { 
	color: #c0c0c0;
	font-weight: bold; 
	font-size: 10pt; 
	line-height: 50%;
	font-family: Lucida Bright, verdana, arial;
	text-decoration: none
	}
a.main:hover { 
	text-decoration: underline; 
	}
/* specific divs */
#main {
	color: #ffffff;
	font-weight: bold; 
	font-size: 12pt; 
	font-family: Lucida Bright, verdana, arial;
	text-decoration: none
	}
#text {
	padding: 5px;
	font-style: normal; 
	font-variant: normal; 
	font-weight: normal; 
	font-size: 10pt; 
	font-family: verdana;
	}
#head span {
	display:none
	}
