@charset "utf-8";
/* CSS Document */

body {
	background-image: url(pix/wood138.jpg);
	margin-top: 0px;
	background-color: #FFFFFF;
	font-family:trebuchet ms;
	color:#009999;
	font-size:14px;
	line-height: 19px;
	
}

a:link {
	color: #3366FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3366ff;
}
a:hover {
	text-decoration: underline;
	color:#990033;
}
a:active {
	text-decoration: none;
	color: #3366FF;
}

.pad {
		padding:5px;
		padding-left:20px;
}


