html {
	background-image: url(background.png); 
	background-repeat: repeat;
	margin: 0;
}

body {
	background-image:url(rail.png);
	background-repeat: repeat-x;
	background-position: 0px 420px;
	margin: 0;
}

.small {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	margin: 10px; 
	color: #164016; 
	font-size:small;
}

.normal {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	margin: 10px; 
	color: #164016;
}

h3 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	color: #164016;
}

a:link {
	text-decoration: none;
	color: #fee5cc;
}

a:visited {
	text-decoration: none;
	color: #fee5cc;
}

a:active {
	text-decoration: underline;
	color: #fee5cc;
}

a:hover {
	text-decoration: underline; 
}