body {
	margin-left: 10%;
	margin-right: 10%;
	background-color: #000;
	font-size: 18px;
	color: #EEE;
} 

a:link { color: #09F; }
a:visited { color: #09F; }
a:hover { color: #06F; text-decoration: none; }

h1 { text-align: center; }

p { line-height: 22px; }


.smallText { font-size: 90%; }
.smallerText { font-size: 80%; }
.xsmallText { font-size: 75%; } 
.largeText { font-size: 110%; } 
.largerText { font-size: 115%; } 
.xlargeText { font-size: 120%; } 
.xxlargeText { font-size: 130%; } 

.clear { clear:both; }

.red { color: #C00; }

.sigArtistsList {
	line-height: 40px;
	font-size: 120%;
	font-weight: bold;
}

.mainArtistsList {
	line-height: 24px;
}


