* { border: 0; margin: 0; padding: 0; }

html { overflow-y: scroll; }

body {
	background-color: #ffffff;
	font-family: Century, Georgia, serif;
	color: #000000;
}

table, td { border-collapse:collapse; margin:0; padding: 0; border: 0; }

.textbox { 
    background-color: #FFF;
    border: 1px solid gray;
    color: #000;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    font-family: Arial, sans-serif; }
	
.texterr {
	background-color: pink;
    border: 2px dashed red;
    color: black;
    font-size: 10pt;
    font-weight: normal;
    margin: 0;
    font-family: Arial, sans-serif; }
	
.submitbox {
color: white;
font-family: Arial, sans-serif;
background-color: #d22026;
padding:1px;
}

	
a { color:#d22026; }
a:hover { color:#000; }

p.footer { font-size:11px; padding:0 0 10px 0; font-weight: normal; color:#636161; letter-spacing:0.1em; }

#showdescription p {
color:white;
font-size:14px;
text-align:left;
}

#artistdescription p {
color:white;
font-size:14px;
text-align:left;
margin-bottom:10px;
}

#artistdescription a { color:#fcfcc9; }
#artistdescription a:hover { color:white; }

#aboutcopy p {
margin:0 0 10px 0;
font-size:14px;
text-align:left;
}

.pagetitle {
color:#4f0218;font-size:14px;font-weight:bold;
font-family: Lucida Sans, Verdana, Arial, sans-serif;
text-align:left;
}

.artisttitle{
font-family: Lucida Sans, Verdana, Arial, sans-serif;
color:black;
font-weight:bold;font-size:14px;text-align:left;
}

.pixcaption {
font-size:13px;
}