<!--

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

body { background: white }

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

p.steve
{
color: #104E8B;
font-size: 11px
}

img { padding-left 10px }

table.gallery
{
width: 800px;
margin-bottom: 5px

}

td.year1
{ 
background: #9c9;
padding: 5px;
vertical-align: top;
width: 80px;
color: black;
font-size: 9px
}

td.year2
{ 
background: #9cc;
padding: 5px;
vertical-align: top;
width: 80px;
color: black;
font-size: 9px
}

td.text
{ 
background: #eee;
padding: 5px;
vertical-align: top;
color: black;
font-size: 9px
}

strong
{
color: #666;
font-size: 10px
}

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