<style type="text/css">


background-image: "http://thearthouseatlanta.com/pattern.psd";
background-color: #000000;



h1 {font-family: "Georgia"; 
color: #000000
size: 12pt; }

z {font-family: "Georgia"; 
color: #000000
size: 12pt; }

p {font-family: Georgia;
color: #000000
size: 12pt;  }

body
{ background: #000000;
background-image: http://thearthouseatlanta.com/pattern.gif; 
background-repeat: repeat; 


font-family: "Georgia"; 
color: #000000 ;
letter-spacing: value; 3 pt
font-weight: normal;
font-size:small;
any number 10 pt;



margin-top: 0;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
padding-top: 0;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
}

td
{ font-family: Georgia; 
color: #000000;
padding-left: 2 cm;
padding-right: 2cm;
padding-top: 2cm;
padding-bottom: 2cm;
padding: 2cm;


input, textarea
{ background: #000000 ;
font-family: Georgia;
color: #000000;
 }


a:link    {
  /* Applies to all unvisited links */
  text-decoration:  underline;
  font-weight:      bold;
  background-color: none;
  color:           #000000;
  } 
a:visited {
  /* Applies to all visited links */
  text-decoration:  underline;
  font-weight:      bold;
  background-color:none;
  color:            #000000;
  } 
a:hover   {
  /* Applies to links under the pointer */
  text-decoration:  underline;
  font-weight:      bold;
  background-color: none;
  color:            #000000;
  } 
a:active  {
  /* Applies to activated links */
  text-decoration:  underline;
  font-weight:      bold;
  background-color: none;
  color: #000000;
  } 
</style>