body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}

.login {
	font-size: 10pt;
	color: #FFCC00;
}
h1,h3 {
	color: #993300;
}

h3 {
	font-size:14pt;
}

.alphabet {
	font-size:20px;
}

.alph-link {
	text-decoration:none;
	color:#336699;
}

.alph-link:hover {
	font-size:22px;
	color:#333366;
	text-decoration:underline;
	background-color:yellow;
}


input,textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFF7D2;
	border: 1px solid #333333;
}

.form-button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #993300;
	border: 1px solid #333333;
	color: #FFFF00;
}

.form-button:hover {
	background-color:#A75438
	border: 1px solid #333333;
	color: #FFFF00;
}

.sidebar {
	background-color:#FFFFCC;
	border:1px solid black;
	padding:5px;
	margin-bottom:10px;
	font-size:10px;
}

.sidebar {
	width:140px;
}

.inline-content-table {
	background-color:#FFFFCC;
	border:1px solid black;
	padding:5px;
	margin:5px;
	font-size:10px;
}

.inline-content-title {
	font-weight:bold;
	background-color:#A53802;
	color:white;
	text-align: center;	
}

.inline-content-bullet {
	padding:0px;
	margin-bottom:4px;
	list-style-type:none;
}
form {
	padding:0px;
	margin:0px;
}

.artist-info,.artist-info-form {
	margin-left:10px;
	padding:5px;
	width:500px;
	background-color:#F0E4C8;
	border:solid 2px #F0E410;
}
.artist-info-form {
	font-size:10px;
}

.artist-nav-link {
	color:#F0BE87;
	text-decoration:none;
}

.artist-nav-link:hover {
	color:#FFFFCC;
	text-decoration:underline;
}

.artist-nav-box {
	background-color: #A63802;
	border: black 2px solid;
	font-size:14px;
	font-weight:bold;
	width:150px;
	color:#F0BE87;
	padding:5px;
}
