﻿/* gallery stylesheet */
body {font-size:medium; font-family:"arial", "helvetica", "serif" ; color: #333; background-color: #ccc; margin: 1em 10%; }
h1 {  }

/* ------ */  
a  {color:#c60; background-color:Transparent; font-weight:bold; text-decoration:none;}
a:visited {color: purple ;}
a:active {color: red ;}
a:link {color: blue ;}

/* ------ */    
p.intro {font-size:8pt; }

/* ------ */   
ul { padding:0; }  
li {float:left; padding:1em; list-style:none;}
  


