/* style sheet for Leslie Firestone, fine artist */
/* Colors */
/* 
black: #000000
Gray: #666666
White: #ffffff
Red: #ff0000
Yellow: #ffff99
Orange: #ffcc00
Green: #00ff00
border: 1px solid #fff;
*/



body {
   margin: 0;
   padding: 0;
   font-family: Verdana, Helvetica, Arial, sans-serif;
   background-color: #000;
   color: #fff;
   }

h2 {
   margin: 1em 0;
   padding: 2px;
   border-left: 1px solid #999;
   border-bottom: 1px solid #999;
	font-family: Geneva, serif;
   font-size: 28px;
   color: #39c;
   }
h3 {
   margin: 0 0 0;
	font-family: Geneva, serif;
   font-size: 23px;
   color: #39c;
   }
p {
   margin: 0 0 0 1em;
   padding-bottom: 1em;
   font-size: .9em;
   }
#credit {
   margin: 54px auto;
   padding: 0;
   text-align: center;
   font: 12px/1 Verdana, Tahoma, Helvetica, Arial, sans-serif;
   color: #ccf;
   }

/* anchor definitions */
a:link {
   color: #cfc;
   }
a:visited {
   color: #66f;
   }
a:hover {
   color: #f00;
   }

.spacer {
   position: relative;
   float: none;
   clear: both;
   }
