html	{
	min-width: 800px;
}

body   {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}

.small  {
	font-size: 10pt;
}

p	{
	font-family: "Garamond Bold", serif;
	font-size: 12pt;
	color: #333333;
}

p.contact	{
	font-family: "Garamond Bold", serif;
	font-size: 12pt;
	color: #000000;
}


p.italic {
	font-family: "Garamond Italic", serif;
	font-size: 12pt;
}

.big  {
	font-size: 14pt;
	font-family: "Garamond Bold", serif;
	color: #000000;
}

.special {
	color: #990000;
}

a.special {
	color: #990000;
}


.header {
   font-family: "Lucida", "sans serif";
   font-size: 12pt;
   background-color: #FFFFFF;
   color: #996600;
}

a {
   font-family: "Lucida", "sans serif";
   font-size: 12pt;
   color: #996600;
   text-decoration: none;
}

a.gallery {
   font-family: "Lucida", "sans serif";
   font-size: 11pt;
   color: #996600;
   text-decoration: none;
}



a:hover {
 	color: #990000;
}


.footer  {
	font-size: 9pt;
	color: #996600;
	font-family= "Goudy Old Style", serif;
	
}

a.footer:hover {
	color: #CC0000;
}


a.image  {
   color: #FFFFFF;
   text-decoration: none;
}