
body {
	background-image: url(./images/np-bg.gif); /** Link to the image you created **/
	background-repeat: repeat-x; /** Repeats the image vertically **/
	background-position: top; /** Centers the Background image **/
	background-color: #6D2016; /** Website BG colour (matches canvas colour in Step 1) **/


}

#div1, #div2, #div3, #div4 {position:absolute; top: 1300; left: 182; width:200; visibility:hidden}


A.menulink {
display: block;

text-align: center;
text-decoration: none;
font-family: trebuchet ms;
font-size:15px;
BORDER: none;
color: white;
}

A.menulink:hover {
color: #FFF867;
text-decoration: none;
}

A.menulink:visited {
text-decoration: none;
}

p {
line-height: 24px;
font-size: 14px;
font-family: georgia;
/*color: #ffffcc;*/
color: #333;
}

ul, li {
line-height: 24px;
font-size: 16px;
font-family: georgia;
}

A:active { 
text-decoration: none ;}

A:link { 
text-decoration: none ;}


A:hover {   
text-decoration: underline;}

A:visited {  
text-decoration: underline;}
