{
	color: #FFFFFF;
}
body {
	background-image: url(images/wood7.jpg);
	background-repeat: repeat;
        background-attachment:fixed;
	margin-top: 0px;
	margin-bottom: 2px;
}
.style2 {font-size: 18px}
.style3 {
	font-size: 16px;
	color: #FFFFFF;
	text-shadow:#000000
}
.style4 {font-size: 14px
color:#FFFFFF;}

.style5 {color: #FFFFFF}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: orange;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}