body { margin: auto 8% 2% 8%;
	background-image: url(images/chalk.jpg);
	font-size: 100.00%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a:link       {
	color: #800000;
	text-decoration: underline;
	font-size: inherit;
	font-weight: normal;
}

a:active     {
	color: #ff6600;
	text-decoration: underline;
	font-size: inherit;
	font-weight: normal;
}
	
a:hover      {
	color: #C0C0FF;
	text-decoration: underline;
	font-size: inherit;
	font-weight: bold;
}
	
a:visited    {
	font-weight: bold;
	color: #000080;
	text-decoration: underline;
	font-size: inherit;
	font-weight: bold;
}

/* sets boarder of images to none and 0 margins */

img {
	border: none;
	margin: 0;
}

/* Container sets a width of content <div id="container">content</div> to 90% of the margins set in body 
sets border to none */

#container{
	width: 90%;
	padding: 8px;
	border: 0px none transparent;
}

/* Footer sets a width of content <div id="footer">content</div> to 50% of the margins set in body 
sets border to none, centers text, font size 10px controls spacing */

#footer{
	width: 50%;
	margin: auto;
	padding: 10px;
	border: 0px none transparent;
	font-style: normal;
	font-size: 10px;
	font-weight: 100;
	line-height: 110%;
	letter-spacing: 1px;
	word-spacing: .1px;
	text-align: center;
}
/* Pseudo links set links only in footer to black except for active which is green, links inherit other link attributes set above */
#footer a:link {color: black;}
#footer a:visited {color: black;}
#footer a:hover {color: green;}
#footer a:focus {color: black;}
#footer a:active {color: black;}


/* sets font size and weight of paragraphs <p></p>, indents by 30 pixels    */


p          { font-style: normal; 
             text-indent: 30px; 
             font-size: 19px; font-weight: 300; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

p.noindent { text-indent: 0px; 
              font-style: normal; 
				  font-size: 19px; 
				  font-weight: 300; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
         
dt         { font-style: normal; 
             font-size: 21px;  
				 font-weight: 600; 
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

dd         { font-style: normal; 
             font-size: 19px; 
				 font-weight: 400; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

li         { font-style: normal; 
             font-size: 19px; 
				 font-weight: 400; 
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}




table         {
	BORDER-BOTTOM-COLOR: #663300;
	BORDER-BOTTOM-STYLE: double;
	BORDER-LEFT-COLOR: #663300;
	BORDER-LEFT-STYLE: double;
	BORDER-RIGHT-COLOR: #663300;
	BORDER-RIGHT-STYLE: double;
	BORDER-TOP-COLOR: #663300;
	BORDER-TOP-STYLE: double;
	background: #FFF8F0;
	table-layout: inherit;
}

th         {
	font: normal 21px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}


td         {
	         font: normal 19px;
            font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

hr         {
         	color: #663300;
}


strong     { font-style: normal; 
             font-size: larger; font-weight: 900; 
             font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

em         { font-style: oblique;  
             font-weight: 500;  
	          font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	border: none;
	background-color: inherit;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}


.migrate    { 
             color: #804040; 
             font-size: inherit;
}

.cokids   {
	font-family: "Comic Sans MS";
	font-size: inherit;
	font-weight: inherit;
	font-style: normal;
}


.XXL       { font-style: normal;
	font-size: 26px;
	font-weight: 300;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
	
.XL        { font-style: normal; 
             font-size: 23px; 
				 font-weight: 300; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.L         { font-style: normal; 
             font-size: 21px; 
				 font-weight: 300;  
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.M         { font-style: normal; 
             font-size: 19px; 
				 font-weight: 300; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.S         { font-style: normal; 
             font-size: 14px; 
				 font-weight: 200;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.XS        { font-style: normal;
          	font-size: 12px;
         	font-weight: 200;
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.XXS       { font-style: normal; 
             font-size: 10px; 
				 font-weight: 200; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}


.ND {
	text-indent: 9px;
	font-style: normal;
	font-size: 0px;
	font-weight: lighter;
	line-height: 95%;
	letter-spacing: .5px;
	word-spacing: .5px;
	display: none !important;
	visibility: hidden;
	text-align: center;
}