/* Cascading style sheet for soloist biography */

body {
	font-family: verdana, sans-serif;
	padding: 10px;
	margin: 0px;
	color: #000;
	background-color: #fff;
}
a {
	text-decoration: none;
	}

a:link{
	text-decoration: none;
	color: #009;
}

/* Text formatting*/	
h1 { 
	font-size: large;
	color: #009;
	background-color: #fff;
}	
	
h2 {
	font-size: medium;
	color: #009;
	background-color: #fff;
}

h3 {
	font-size: small;
	color: #009;
	background-color: #fff;
}

p {
	font-size: small;
	color: #000;
	background-color: #fff;
}

acronym {
	border: none;
	font-style: normal;
}

abbr {
	border: none;
}

.justify {
	text-align: justify;
}

.center {
	text-align: center; 
}

.rightalign {
	text-align: right;
} 

.floatleft {
	float: left;
	padding: 5px;
} /*Use for img, positioned at left
with text flowing to the right.*/

.floatright {
	float: right;
	padding: 5px;
} /*Use for img, positioned at right
with text flowing to the left.*/

.clear {
	clear: left;
} /*Use for a div where floating elements 
such as images are not allowed on the left.*/

.small{
	font-size: small;
}

.smaller{
	font-size: smaller;
}

.italic {
	font-style: italic;
}

.bold {
	font-weight: bold;
}
