@import url("./bush-sizes.css");

body {
	padding-top:	0px;
	margin-top:	48px;
	color:		black;
	background-image:	url(riffle1.jpg);
}

:link { color: #0000EE; }
:visited { color: #551A8B; }

#menu {
	margin-top:     -48px;
	line-height:	50%;
	position:	fixed;
}

img.left { float: left; margin-right: 8px; }
img.right { float: right; margin-left: 8px; }
img.border0 { border-width: 0px; }
img.border1 { border-width: 1px; }

.p1 {
	margin-top:     16px;
	margin-left:	5%;
}

.p2 {
	margin-top:     8px;
	margin-left:	5%;
}

.p3 {
	margin-top:     4px;
	margin-left:	5%;
}

.center { text-align: center }
