body { 
	background-color: white;
	background-image: url("../pictures/diagramPat.gif");
	background-repeat: repeat;
}

div.branches {
    position: absolute;
	top: 100px;
	left: 125px;
}

a {
	padding: 0 80px;
	font-size: 20px;
	font-weight:bold;
	color: black;
}
a.b { color:#336699;}
a.r { color:#993333;}
a:hover, a.b:hover, a.r:hover {color:red;}

img {
	border: none;
	position: absolute;
	top: 0;
	left: 0;
}
