<!--
/* element selectors */
*  { font-family: verdana, arial, sans serif }

body {  background: white }

h1 
{ 
color: white;
font-size: 10px; 
font-family: verdana, arial, sans serif
}

span.quote
{
margin-left: 13px;
color: #333;
font-size: 10px
}

table.outer 
{ 
width: 940px;
margin-top: 20px;
margin-left: 10px
}

table.inner { width: 770px }

td.one
{background: #EDEDED;
vertical-align: top;
width: 140px;
line-height: 28px;
letter-spacing: 1px;
font-size: 10px
}

td.two
{
vertical-align: top;
padding-left: 10px;
padding-bottom: 20px;
font-size: 10px
}

td.paintings
{
vertical-align: top;
padding-left: 10px
}

td.text
{
vertical-align: top;
padding-left: 10px;
letter-spacing: 1px;
font-size: 10px
}

p.home
{ 
margin-top: 160px;
color: #333;
font-size: 10px
}

p.contents
{ 
margin-top: 20px;
padding-left: 15px;
color: #333;
font-size: 10px
}

A:link { text-decoration: none; color: #000 }
A:active { text-decoration: none; color: red }
A:visited { text-decoration: none; color: #063 }
A:hover { font-size:10; font-weight:bold; background: white; color: #F30 }
-->



