      @import url(http://fonts.googleapis.com/css?family=Source+Code+Pro:400,600);
      body {font-family: "Source Code Pro", Consolas, monaco, monospace; line-height: 160%; font-size: 16px;  margin: 0;background: #f1e8d7	}
      path.link {
        fill: none;
        stroke-width: 2px;
      }
      .node:not(:hover) .nodetext {
        display: none;
		  color: red;
      }
      h1 { font-size: 25px; margin: 10px 0; text-transform: uppercase; font-weight: normal;font-family: 'source sans pro';}
      h2, h3 { font-size: 15px; margin: 5px 0 ; font-weight: normal;font-family: 'source sans pro';}
		h2 {max-width: 80%;}
      header {padding: 20px; position: absolute; top: 0; left: 0;}
      a:link { color: #EE3124; text-decoration: none;}
      a:visited { color: #EE3124; }
      a:hover { color: #A4CD39; text-decoration: underline;}
      a:active { color: #EE3124; }
		svg { width: 100vw;}
		g img {width: 120px;}
		header {background:transparent; width: 100%;color: #222; border-bottom: solid 1px #002776}
		.nodetext {font-family: 'source sans pro'; text-transform: Capitalize;color:white; font-size: 17px;}
		g.node {cursor: pointer;}
.circle {fill:#000000}
path {fill: #222;}