/* Three Little Pigs Style Sheet */
/* Selectors and Declarations  */

        
/* Reserved Headings:h1, h2, h3, h6 */

/* h1 is logo in main gallery */
/* h3 is section header in main gallery */
/* h2 is top caption of logo image in gallery entrance */
/* h6 is bottom caption of logo image in gallery entrance */


body {
background-color:#444444;
scrollbar-base-color:#ff9900;
scrollbar-track-color:#444444;
scrollbar-arrow-color:#444444;}


                       
*  {
color:#ffffff; 
font-family: Sylfaen, "Estrangelo-Edessa", Verdana, Arial, sans-serif; 
font-size:14pt;}



img {                                       /*border for all images*/
border-style:solid; 
border-top-width:1px; 
border-bottom-width:3px; 
border-left-width:6px; 
border-right-width:1px; 
border-color:#333333;
border-left-color:#222222;}


h1 {                                           /*3 Little Pigs Main Gallery Logo*/
color:#ff9900; 
font-family:"Arial Rounded MT Bold", Arial; 
font-size:20pt; 
font-weight:normal;
letter-spacing:7px;
width:100%;
filter:shadow;}



h3{                                               /*Section Header*/
color:#ff9900;
font-family:"Arial Rounded MT Bold", Arial; 
font-size:12pt; 
font-weight:normal;
letter-spacing:5px;
width:100%;
filter:shadow;
text-indent:100px;} 



  

h2 {                                        /*Top Caption Entrance*/
color:#000000;
font-family:"Arial Rounded MT Bold", Arial; 	
font-size:16pt;}


 

h6 {                                        /*Bottom Caption Entrance*/
color:gray;				
font-size:10pt;}



  

a  {
text-decoration: none; 
color:#ffffff;
font-family:"Arial Rounded MT Bold", Arial;
font-variant: small-caps; 
font-size: 12pt;
font-weight:normal;}

             
a:hover {
background-color: #222222;
font-size: 12pt;}


a:visited {
color:#ffffff;
font-size: 12pt;}

a:active  {
color:#ff9900;
font-size: 12pt;}


a.matt   {                         /*3 Little Pigs Email*/
text-decoration:none;
color:#ffffff;			
font-variant: small-caps;
font-size:12pt;}



p.inky {                              /*InkyPenDesign Ad */
color:gray;
font-size:10pt;}

