/******
*
* Artist page
* border-color: #00ff00
********/

body {
    margin: 0px;
}

a {
color: #a277be;
}

.remove {
	color: #a277be;
}

table {
	margin-left: 30px;
}

h1 {
	margin-left: 30px;
}

.update {

	margin: 20px 0px 0px 30px;

}

.bottomlink1 {
	margin: 0 0 40px 30px;
}

.bottomlink2 {
	margin: 0 0 40px 400px;
}


table {
    border-color: #fcdf7b;
    background-color: #fff4cf;
    border-style: solid;
    border-width: thin;
    color: #4e2174;
    
}

td {
    border-style: solid;
    border-width: thin;
    border-color: #fcdf7b;
}

tr {
    border-style: solid;
    border-width: thin;
    border-color: #fcdf7b;
}

th {
    border-style: solid;
    border-width: thin;
    border-color: #fcdf7b;
}

#total {
    text-align: right;
    margin-right: 50px;
    
}

#total h2 {
    margin-top: 0px;
   color: #a277be;
}

#total p {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #a277be;
    text-align: right;
}

