/* font-size: xx-small | x-small |  small |  medium | large | x-large |
    xx-large | smaller | larger | <length> | <percentage> | inherit
*/

/* Overall properties that apply everywhere, unless modified */


/*  all the default margins and padding of a browser disappear */
	*{
		margin: 0;
		padding: 0;
	}
/****** Main Table Border********/
 
#MainBorder{
border:40px solid #999966
}    	


/*****  LEARN TO WEAVE WITH SHERRIE *****/
#sherrieTitle{
color: blue;
font-size:  x-large;
font-family: 'Lucida Casual', 'Comic Sans MS','Harrington' ;
margin-bottom:  1em;
}



/********* table that holds the links ********/
.linkTable{

font-size:  small;
font-type: italic;
font-family: 'Lucida Casual', 'Comic Sans MS','Harrington';
text-transform:  smallcase;
/*border-left:4px dotted #6F0062*/

} 


.linkTable a:link 
 {color: blue; text-decoration: none}

.linkTable a:visited
{color: blue; text-decoration: none}

.linkTable a:hover
{color: #8D1183; background-color: white; text-decoration: none}

.linkTable a:active
 {color: #000000; text-decoration: none}

/********* Introduction text ********/

.introtext  
{
color: #000000;
font-size:  x-small;
font-type: italic;
font-family: 'Lucida Casual', 'Comic Sans MS','Harrington';
text-transform:  smallcase;
}  

/********* Legal ********/

#Legal  
{
color: #000000;
font-size:  x-small;
font-type: italic;
font-family:'Harrington', 'Lucida Casual', 'Comic Sans MS';
text-transform:  smallcase;
border:5px dotted #000000
}  


/***********  Site designer info *************/
.siteDesigner {
font-size:  xx-small;
font-family: Arial Helvetica sans-serif;
/*border:  1px solid red;*/ 	
}


.siteDesigner a:link {
	color: #404040;
}

.siteDesigner a:visited {
	 color: #404040;
}

.siteDesigner a:hover {
	color: #BB3D27;

}
.siteDesigner a {
	text-decoration: none;
}
