/*   main stylesheet for artsales.com   */

A {
	text-decoration: none;
}

A:LINK {
	color : #FF0000;
	font-weight : bold;
	text-decoration: none;
}

A:VISITED {
	color : #FF0000;
	font-weight : bold;
	text-decoration: none;
}

A:ACTIVE {
	color : #FF3333;
	font-weight : bold;
	text-decoration: underline;
}

A:HOVER {
	color : #FF3333;
	font-weight : bold;
	text-decoration: underline;
}

A:FOCUS {
	color : #FF3333F;
	font-weight : bold;
	text-decoration: underline;
}

BODY {
background-color : Black;
font-family: "Georgia","Times New Roman", Times, serif;
color : #CCCCCC;
font-size : 100%;

margin-top : 0px;
margin-left : 0px;
margin-right: 0px;
  }
  
HR {
	width : 90%;
	line-height : 1px;
	color : #3A5769;
}
  
H1 {
font-family : Arial, Helvetica, sans-serif;
font-size: 160%;
font-weight: normal;
color : #ACC0D1;
}


H2 {
font-family : Arial, Helvetica, sans-serif;
font-size: 130%;
font-weight: normal;
color: #FFFFFF;
}

H3 {
font-family : Arial, Helvetica, sans-serif;
font-size: 120%;
font-weight: normal;
color: #ACC0D1;
}

H4 {
font-family: Arial, Helvetica, sans-serif;
font-size : 110%;
font-weight: normal;
color: #FFFFFF;
}


/*   left block classes   */
  
 .blocktitle {
font-family: Arial, Helvetica, sans-serif;
  font-style: bold;
  text-align : center;
  font-size : 110%;
  margin-left : 0px;
}

 .blockmiddle {
font-family: Arial, Helvetica, sans-serif;
  font-style: bold;
  text-align : center;
  font-size : 100%;
  margin-left : 0px;
}

 .blockfooter {
font-family: Arial, Helvetica, sans-serif;
  font-style: bold;
  text-align : center;
  font-size : 90%;
  margin-left : 0px;
}

/*   content classes   */

.article{
 font-family: "Georgia","Times New Roman", Times, serif;
	text-align: justify;
	font-size : 90%;
	text-indent: 20px;
}

.caption{
font-family : Arial, Helvetica, sans-serif;
	font-size : 90%;
	font-weight : bold;		
	color : #66CCFF;
}

.content{
 font-family: "Georgia","Times New Roman", Times, serif;
text-align : justify;
text-indent : 50px;
}

.textindent{
 margin-left: 50px;
}

.quote{
 font-family: Arial, Helvetica, sans-serif;
 font-size : 90%;
 text-align : justify;
 margin-left: 60px;
 margin-right: 60px;
font-weight: normal;
color: #CCEEFF;
}

.small{
 font-family: "Georgia","Times New Roman", Times, serif;
 font-size : 70%;
 text-align: left;
}

/*   possible use later   */

.menuitem {
font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  text-align : left;
  font-size : 75%;
  margin-left : 3px;
}

.menuhead {
font-family: Arial, Helvetica, sans-serif;
 font-weight : bold;
 text-indent: 0px;
 text-align : center;
}

.gold_text {
	color : #FFCC00;
}

.gray_text {
	color : #CCCCCC;
}

.blue_text {
	color : #6699FF;
}
.smallcentered {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 70%;
	text-align: center;
}
