/* CSS Document Colors
Green #777D02
Orange #973100
Cream	#EADFC8
Gold  #CC9933
*/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea, img, hr {
margin: 0;
padding: 0;
border: 0;
}
#clearit{clear:both;}
body{
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	background-color:#EADFC8;
	line-height: 16px;		
}
.boldText{font-weight:bold;}

h1{font-size:16px; line-height:20px;}/*Artist Name*/
h2{font-size:14px; line-height:18px;}/*Painting Title Etc*/
h3{font-family:"Times New Roman", Times, serif; font-size:16px; text-transform:uppercase; margin-bottom:10px;}
h4{font-size:12px; line-height:16px; font-weight:bold;}

a{color:#2C2A23;text-decoration: none;}
a:hover {color:#58544B;text-decoration:underline;}


