﻿/*this is the christmas style sheet */

/*GLOBAL ################################### */
@font-face {
    font-family: 'storybook';
    src: url('../storybook-webfont.woff2') format('woff2'),
         url('../storybook-webfont.woff') format('woff'), url('../storybook.ttf');
    font-weight: normal;
    font-style: normal;

}

body {background-image: url('new%20abc%20graphics/sst_holly3b.jpg');
	text-align: center; color: black; font-family: "Comic Sans MS"; font-size: 12pt; margin: auto}

h1 {text-align: center; font-size: 36pt; color: #FF0000; font-family: storybook;
	 text-shadow: 5px 5px 5px white; width: auto; border: none;  }
h2 {text-align: center; font-size: 24pt; color: #FF0000; font-family: storybook;}
h3 {text-align: center; font-size: 16pt; color: #FF0000; font-family: storybook;}
div {margin: auto;}


a:link { color: white; font-weight: bold; text-decoration:none; font-family: tahoma; border: medium none;}
a:visited {background-color: null; color: #CCCCCC; text-decoration:none;font-family: tahoma; }
/*a:hover img {opacity: 0.4; background-color: white;} difficult to control and looks lousy with the pix*/
a:hover {border: none; color: white; background-color:green; text-decoration:none;font-family: tahoma;}
a:active {border: 2px solid  #008800; background-color:green; text-decoration:none;font-family: tahoma;}

p.biglink {font-size: 12pt; color: yellow;}
p.smalllink {font-size: 8pt;}


img {border=0px none; }

table {background-color: white; border: ; width: 500px; text-align: center; font-size: 12pt; margin: 20px auto; padding: 0px;}
td {font-size: 12px;padding : 0px; color: white; font-weight: 600}

/*  CC15.HTML ###########################*/
div.main   { background-color: white; width: 475px; margin: auto; padding: 0px; box-shadow: 1px 1px 1px black; }
div.letter  {color:black; background-color: white; width: 400px; margin: auto; padding: 0px;}

table.trip {border: 1px; width: auto;}
	/*triptych widths are usually 126 223 126px */
td.trip {padding: 0px;}

/*  REPORT  #################################*/
div.report {padding: 20px; background-color: #880000; color: #FFFFCC; width: 515px; margin: auto;}

/*  CONTACT_US.HTML ######################*/

table#contact {background-color: gray; border: 1px solid black; width: 500px; text-align: center; color: black; font-size: 16pt; font-weight: bold;}

	
/*  PICTURE PAGES ########################*/
table.pix   {background-image: url('../graphics/stone1s.jpg'); width: 760px; color: white; font-family: arial; font-size: 10pt;border: ;}
p.pixlink  {font-size: 12pt;}</pre>
 