body {
	background-image:  url('images/bg.jpg');
	background-repeat: repeat-y width=100%;	
	margin-top: 20px;
}
 a {
	font-family:verdana;
	color: #663300;

	text-decoration: none;
	line-height: 1.4em;
}
 a:hover {
	font-family: verdana;
	color: #dd7627;
	
	text-decoration: blink;
	line-height: 1.4em;
}