/*Style sheet for Mila Vocal Ensemble web site*/

body		{ font-family: "Century Gothic", Verdana, "Arial Narrow", Arial, 
				Helvetica; 
				font-size: .8em; 
				background-image: url(images/background-circlesspaceysm.jpg);
				background-attachment: fixed;
				background-repeat: no-repeat;
				color: #333333; 
				margin-left: 20px;
				margin-right: 20px;
				margin-top: 20px;
				margin-bottom: 20px; }

.float		{ float: left; 
				margin-bottom: 10px; 
				margin-right: 20px; 
				vertical-align: text-top; }
			
.fancy		{ font-family: "Snell Roundhand", "Apple Chancery", "Lucida 					
				Handwriting", "Lucida Calligraphy", cursive; 
				font-weight: bold;
				color: #CC3333; }
				
.brown		{ font-family: "Century Gothic", Verdana, "Arial Narrow", Arial, 
				Helvetica; 
				font-size: .9em; 
				font-weight: bold;
				color: #996633; }
				
a:link 		{ font-family: "Century Gothic", Verdana, "Arial Narrow", Arial, 
				Helvetica; 
				font-weight: bold; 
				font-size: .9em;
				color: #009999; 
				text-decoration: none; }
				
a:active 	{ font-family: "Century Gothic", Verdana, "Arial Narrow", Arial, 
				Helvetica; 
				font-weight: bold; 
				font-size: .9em;
				color: #996633; 
				text-decoration: none; }
				
a:visited 	{ font-family: "Century Gothic", Verdana, "Arial Narrow", Arial, 
				Helvetica; 
				font-weight: bold; 
				font-size: .9em;
				color: #009999; 
				text-decoration: none; }
				
a:hover 	{ font-family: "Century Gothic", Verdana, "Arial Narrow", Arial, 
				Helvetica; 
				font-weight: bold; 
				font-size: .9em;
				color: #FFCC33; 
				text-decoration: none; }
				
b 			{ font-family: "Century Gothic", Verdana, "Arial Narrow", Arial, 
				Helvetica; 
				font-weight: bold; }
				
.red 		{ font-family: "Century Gothic", Verdana, "Arial Narrow", Arial, 
				Helvetica; 
				font-weight: bold; 
				color: #CC3333; } 
				
h1 			{ font-family: "CaslonAntique", "Adobe Caslon", 
				Caslon, Georgia, "Times New Roman", serif; 
				font-size: 1.3em; 
				color: #CC3333; }
				
h2 			{ font-family: "CaslonAntique", "Adobe Caslon", 
				Caslon, Georgia, "Times New Roman", serif; 
				font-size: 1.1em; 
				color: #000000; }
				
div.center	{ text-align: center; }

hr			{ border-style: none; }

.footer		{ font-family: "Century Gothic", Verdana, "Arial Narrow", Arial, 
				Helvetica; 
				font-size: .8em;
				font-style: italic;  
				color: #CC3333; }