@charset "utf-8";

/* Start with no padding and no margins so it looks the same on all browsers. */
* {
padding: 0;
margin: 0;
border: 0;
}

/* Every page has the same colors. */
body {
background-color: #9393C4;
background-image:url('background image.gif');
background-repeat:no-repeat;
}

a:link {	color: #32335C }     /* unvisited link */
a:visited {	color: #32335C }  /* visited link */
a:hover {	color: #FFFFFF }   /* mouse over link */
a:active {	color: #FFFFFF }   /* selected link */

/* No images should ever have borders. */
img {
border: 0;
}

img#linkBack {
position: absolute;
top: 0.5em;
right: 0.5em;
}

img#artistPhoto {
margin-left: 8em;
}

img.artwork {
width: 180px;
height: 180px;
margin: 0.25em;
}

p#copyright {
font-size: 75%;
margin: 0.25em;
}

.spaced {
margin-top: 3em;
margin-bottom: 1em;
}

.righted {
margin-right: 0.5em;
float: right;
clear: right;
}

.centered {
text-align: center;
margin-left: auto;
margin-right: auto;
}

.bigMargins {
width: 75%;
}

.indented {
margin-left: 25%;
margin-right: 25%;
}

.indentedAtRight {
margin-right: 35%;
}

.bigIndented {
margin-left: 40%;
margin-right: 40%;
}

.colorInverted {
background-color: #32335C;
color: #FFFFFF;
}