body {
  background-image: url(imgs/backtest_4.png);
  background-color: black;
  background-repeat: repeat repeat;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  z-index: -1;
}

    

.text{

    font-family: 'Neuton', serif;
         
    position: absolute;
    
	z-index: 99;

	left: 20px;

	top:10px;

    font-size:8.4vw;
    
    line-height:1.3em;
    

    
    }
    
    
a:link
{
    text-decoration: underline;
    color: seagreen;
    span {
	color: red;
	font-style: italic;
}

    
    

}

a:visited
{
    text-decoration: none;
    color: seagreen;
    color: ;

}
    
    a:hover {
	color: white;
}
    