img {  
	border-style: none;
}

A:link { 
	text-decoration: none; 
	color:#000000; 
}

A:visited { 
	text-decoration: line-through; 
	color:#000000; 
}

A:active { 
	text-decoration: none; 
	color:#000000; 
}

A:hover { 
	text-decoration: underline; 
	color:#000000;
}

body { 
	background: #ACC7B8; 
	background-image: url(images/background.jpg);
	background-repeat: repeat;
	font-family: verdana; 
}

#formstuff {
border: thin #AF8F69 dashed;
}
