/* style4classpp.css - CLASS pages style sheet */




body {
	background-image: url("images/Mother4.jpg");
	background-color: #ffffbf;

	
	background-repeat: repeat-x;
	margin-top: 145px;
	margin-right: 40px;
	margin-bottom: 10px;
	margin-left: 70px;
    padding: 2px 20px;
}

pre { 
	font-family: monospace; 
}

h1,h2,h3 { 
	
	  color: maroon;
}
h1, h2, h3, h4, p, ul {
	font-family: trebuchet; verdana; sans-serif;
}

h1.lastln {margin-top: 0em; margin-bottom: 1em; 
}
p {
	margin-right:  40px;
	margin-left:  40px;
}

	a:link { color: rgb(0, 0, 153) }  /* for unvisited links */
	a:visited { color: rgb(153, 0, 153) } /* for visited links */
	a:active { color: rgb(255, 0, 102) } /* when link is clicked */
	a:hover { color: rgb(0, 96, 255) } /* when mouse is over link -  255, 204, 153 = orange - 0, 96, 255-lt blue*/

div.head, div.foot {
    background-color: #ffffcc;
    padding: 0ex .5em 0ex .5em;
    width:  550px;
  }
 
div.box100 { border: solid; border-width: thin; width: 100%; padding: 0.3em; 
}
div.box40 { border: solid; border-width: thin; width: 40%; margin-right:  40px; padding: 0.5em; 
}

div.box60 { border: groove; border-width: thin; width: 60%; margin-right:  40px; padding: 0.8em;
}

div.box60ctr { border: groove; border-width: thin; width: 60%; margin-left:  60px; padding: 0.5em;
}

div.box87ctr { border: groove; border-width: thin; width: 87%; margin-left:  60px; padding: 0.5em;
}

div.colorblue {
    background: rgb(204,204,255);
    padding: 0.8em;
    border: none;
}
div.colorred {
    background: maroon;
    padding: 0.83m;
    border: none
}

div.sfspink {
    background-image: url("images/SFSpink140x.gif");
    padding: 0.5em;
    border: none;
}
div.sfspinknopad {
    background-image: url("images/SFSpink140x.gif");
    padding: 0.3em;
    border: none;
}

div.sfspinker {
    background-image: url("images/SFSpinker140X.gif");
    padding: 0.5em;
    border: none;
}
div.sfsmaroon {
    background-image: url("images/SFSmaroon0.gif");
    padding: 0.3em;
    border: none;
}

div.sfsyellow {
    background-image: url("images/SFSyellow.gif");
    padding: 0.3em;
    border: none;
}
div.litesand {
    background-image: url("images/litesand.jpg");
    padding: 0.5em;
    border: none;
  }
div.bluesand {
    background-image: url("images/lightblue-sand.jpg");
    padding: 0.5em;
  }
