
/* persistant :: stylesheet for TSoV */

body {
	color: #000;
	background-color: #FFF;
	margin: 40px;
}
body.view {
	margin: 0;
}

td, p {
	color: #000;
}

p.center {
	text-align: center;
}
p.right {
	text-align: right;
}

.artist {
	color: #900;
	line-height: 18px;
}
.title {
	color: #000; /*933*/
}

a {
	color: #900;
	text-decoration: none;
}
a:hover {
	color: #900;
	text-decoration: underline;
	cursor: hand;
}
.grey, a.grey {
	color: #333;
	line-height: 18px;
}

.copy {
	font: 9px verdana, arial, sans-serif;
	color: #555;
}
a.copy {
	color: #C66;
}
a.copy:hover {
	color: #933;
}

input, select, textarea {
	background-color: #FFF;
}


table.update {
	background-color: #666;
}
td.update {
	background-color: #FFF;
}
