/* Hex colour codes
#967348 (light brown)
#523A29 (dark brown)
#E4C3A8 (fw background)
*/

body
{
font-size:80%;
font-family: arial ,Sans Serif;
color:#523A29;
margin-top:0px;
text-align:justify;
background-image: url(images/knitting.jpg);
}

p.thick {font-weight:bold;}

p {line-height:135%}

p.fleece {text-align:right;
margin: 0px;
}

p.fairisle {text-align:right
}

h1 {font-size:120%;}
h2 {font-size:120%;}
h3 {font-size:100%;}
h4 {text-align:center;}
h5 {text-align:center;}
img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto 
    }
    
 p.drop {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}  

table.padded-table {width:850px;}

table.padded-table td {
	padding-top:15px; 
	padding-right:15px; 
	padding-bottom:0px; 
	padding-left:15px; 
	}
	
		
form { 
margin: 0 auto; 
width:250px;
}	
	
	
/* spam box*/
.sb { display:none;}


th {background-color:#E4C3A8;}

a:link {color:#523A29;}      /* unvisited link */
a:visited {color:#523A29;}  /* visited link */
a:hover {color:#967348;}  /* mouse over link */
a:active {color:#523A29;}  /* selected link */
img { border-style: none;} /*no image border*/
